Click or drag to resize
Json.NET

Extensions Class

 

Note: This API is now obsolete.

Contains the JSON schema extension methods.

Caution note Caution
JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.
Inheritance Hierarchy
SystemObject
  Newtonsoft.Json.SchemaExtensions

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
[ObsoleteAttribute("JSON Schema validation has been moved to its own package. See https://www.newtonsoft.com/jsonschema for more details.")]
public static class Extensions
Methods
  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.
Public methodStatic memberValidate(JToken, JsonSchema) Obsolete.

Validates the specified JToken.

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

Validates the specified JToken.

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