ExtensionsValidate Method (JToken, JsonSchema, ValidationEventHandler) |
Note: This API is now obsolete.
Validates the specified JToken.
Caution |
---|
JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details. |
Namespace: Newtonsoft.Json.Schema
[ObsoleteAttribute("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 )