Extensions
Contains the JSON schema extension methods.
JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
Determines whether the JToken is valid.
JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
Determines whether the JToken is valid.
JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
Validates the specified JToken.
JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
public static void Validate(this JToken source, JsonSchema schema, ValidationEventHandler validationEventHandler)
Validates the specified JToken.
JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.