SchemaExtensions Class |
Namespace: Newtonsoft.Json.Schema
public static class SchemaExtensions
Name | Description | |
---|---|---|
IsValid(JToken, JSchema) |
Determines whether the JToken is valid.
| |
IsValid(JToken, JSchema, IListValidationError) |
Determines whether the JToken is valid.
| |
IsValid(JToken, JSchema, IListString) |
Determines whether the JToken is valid.
| |
Validate(JToken, JSchema) |
Validates the specified JToken.
| |
Validate(JToken, JSchema, SchemaValidationEventHandler) |
Validates the specified JToken.
|