Releases: clbanning/checkjson
Releases · clbanning/checkjson
Handle camelcase keys in JSON object
Add ExistingJSONKeys()
Add function to return a slice with the ids of all struct fields that will be set by the JSON object.
Handle "-" and "omitempty" JSON tags in struct definitions.
handle "-" and "omitempty" JSON tags in struct definition Recognize struct definitions with JSON decoding instructions.
Add UnknownJSONKeys functionality.
Also minor refactoring of source files and documentation revisions.