Click or drag to resize
Json.NET

ExtensionsIsValid Method

 
Overload List
  NameDescription
Public methodStatic memberIsValid(JToken, JsonSchema) Obsolete.

Determines whether the JToken is valid.

Caution note Caution
JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
Public methodStatic memberIsValid(JToken, JsonSchema, IListString) Obsolete.

Determines whether the JToken is valid.

Caution note Caution
JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
Top
See Also