Reputation: 33
I would like to know, JSON.Net has support for json data validation against json schema version 4. Currently I don't see any information on the same, where currently it has support for version 3. And can let me know any plans to implement this in JSON.Net schema validation in near future.
Thanks, I appreciate your valuable input on the same.
Upvotes: 3
Views: 635
Reputation: 11858
You should also have a look at NJsonSchema for an alternative to Json.NET. The library also supports the generation of C# and TypeScript code from a JSON schema.
Upvotes: 0
Reputation: 13605
No. It has not support for Draft 4 and no plans to support it so far.
Update:
Json.NET Schema has full support for Draft 4.
Upvotes: 3