Json.net support for validating json version 4 schema against json data

I would like to know that JSON.Net supports validation of json data against json schema version 4. Currently I don't see any information about the same where it currently supports version 3. And can tell me any implementation plans See this in JSON.Net schema validation in the near future.

Thank you, I appreciate your valuable input on the same.

+3


source to share


2 answers


Not. It does not support Draft 4 and has no plans to support it . C>

Update:



Json.NET schema has full Draft 4 support.

+3


source


You should also take a look at NJsonSchema for a Json.NET alternative. The library also supports generating C # and TypeScript code from JSON schema.



0


source







All Articles