About 400 results
Open links in new tab
  1. Json.NET - Newtonsoft

    Open Source Json.NET is open source software and is completely free for commercial use.

  2. JsonValidator Class - Newtonsoft

    JsonValidator Class Provides a base class for implementing a custom JSON validator.

  3. Newtonsoft.Json.Schema Namespace

    The Newtonsoft.Json.Schema namespace provides classes that are used to implement JSON schema.

  4. Introduction - Newtonsoft

    Json.NET Schema is a powerful, complete, and easy-to-use JSON Schema framework for .NET.

  5. Json.NET Schema - Newtonsoft

    Json.NET Schema commercial licenses are per developer for indie and business licenses, or all developers in a company for a site license. Purchasing a license allows Json.NET Schema to …

  6. Convert JSON to XML - Newtonsoft

    Copy string json = @"{ '@Id': 1, 'Email': '[email protected]', 'Active': true, 'CreatedDate': '2013-01-20T00:00:00Z', 'Roles': [ 'User', 'Admin' ], 'Team': { '@Id': 2, 'Name': 'Software …

  7. Json.NET Schema - Newtonsoft

    Json.NET Schema passes 100% of the official JSON Schema Test Suite and has backwards compatibility with older standards. The online schema validator at jsonschemavalidator.net …

  8. JObject Methods - Newtonsoft

    The JObject type exposes the following members.Methods

  9. JsonContract Properties - Newtonsoft

    The JsonContract type exposes the following members.Properties

  10. Serializing and Deserializing JSON - Newtonsoft

    The quickest method of converting between JSON text and a .NET object is using the JsonSerializer. The JsonSerializer converts .NET objects into their JSON equivalent and back …