salesking / json_schema_tools

Tools for building and handling a JSON Schema powered API's
27 stars 9 forks source link

No null values for objects #18

Closed VidurMalik closed 9 years ago

VidurMalik commented 9 years ago

Previously, objects were being added nil values. This is not ideal because lots of APIs have validations around nil objects, therefore, this PR makes it so that the objects aren't even added in the first place.

VidurMalik commented 9 years ago

Meant to merge in the fork first, sorry :(