Wednesday, July 1, 2015

Validating JSON using Newtonsoft Json.NET

If you have a JSON string that you would like to validate, then you will definitely want to take advantage of the Json.NET Schema Validation: http://www.newtonsoft.com/jsonschema

You can download the NuGet package for Json.NET schema from here: https://www.nuget.org/packages/Newtonsoft.Json.Schema/

No comments:

Post a Comment