<PackageReference Include="Newtonsoft.Json" Version="6.0.5" />

Extensions

public static class Extensions
Contains the JSON schema extension methods.
public static bool IsValid(this JToken source, JsonSchema schema)

Determines whether the JToken is valid.

public static bool IsValid(this JToken source, JsonSchema schema, out IList errorMessages)

Determines whether the JToken is valid.

public static void Validate(this JToken source, JsonSchema schema)

Validates the specified JToken.

public static void Validate(this JToken source, JsonSchema schema, ValidationEventHandler validationEventHandler)

Validates the specified JToken.