json2typescript
json2typescript copied to clipboard
Support for unknown properties
Hey, just wondering if there is a way to check for unknown properties when parsing a JSON object. So this library throws an error when there is one property inside the JSON object which is not specified in the corresponding JsonObject class. Any ideas on this?
This could be done, of course. Is there a specific reason why you would want it?