ExtensionsIsValid Method (JToken, JsonSchema) |
Note: This API is now obsolete.
Determines whether the JToken is valid.
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 bool IsValid( this JToken source, JsonSchema schema )