json2typescript icon indicating copy to clipboard operation
json2typescript copied to clipboard

Support for unknown properties

Open d-winter opened this issue 7 years ago • 1 comments

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?

d-winter avatar Oct 29 '18 18:10 d-winter

This could be done, of course. Is there a specific reason why you would want it?

andreas-aeschlimann avatar Oct 31 '18 20:10 andreas-aeschlimann