This release adds the Omitted()
method to the Variable
type, which allows the user to identify if a null
JSON value was present as actual null
or completely omitted from the JSON. This can be helpful in case the user requires the JSON to have some mandatory fields.
What's Changed
Full Changelog: v0.0.5...v0.1.0