Extensions Class |
Note: This API is now obsolete.
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. |
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 class Extensions
| Name | Description | |||
|---|---|---|---|---|
| IsValid(JToken, JsonSchema) | Obsolete. Determines whether the JToken is valid.
| |||
| IsValid(JToken, JsonSchema, IListString) | Obsolete. Determines whether the JToken is valid.
| |||
| Validate(JToken, JsonSchema) | Obsolete. Validates the specified JToken.
| |||
| Validate(JToken, JsonSchema, ValidationEventHandler) | Obsolete. Validates the specified JToken.
|