mojotech / json-type-validation

TypeScript JSON type validation
MIT License
155 stars 15 forks source link

add strictObject decoder #58

Closed mrjones2014 closed 1 year ago

mrjones2014 commented 3 years ago

This PR addresses #57 and adds a strictObject decoder. This decoder is much like the object decoder, with the additional behavior of returning an error if the decoded object has extra keys that were not defined on the decoder.

Fixes #57