Json.NET - Quick Starts & API Documentation
Extensions Class
Namespaces ► Newtonsoft.Json.Schema ► Extensions
Contains the JSON schema extension methods.

C# | Visual Basic | Visual C++ |
public static class Extensions
<ExtensionAttribute> _ Public NotInheritable Class Extensions
[ExtensionAttribute] public ref class Extensions abstract sealed

All Members | Methods | ||||
|
|
|
Icon | Member | Description |
---|---|---|
![]() ![]() |
IsValid(JToken, JsonSchema) |
Determines whether the JToken is valid.
|
![]() ![]() |
IsValid(JToken, JsonSchema, IList<(Of <<'(String>)>>)%) |
Determines whether the JToken is valid.
|
![]() ![]() |
Validate(JToken, JsonSchema) |
Validates the specified JToken.
|
![]() ![]() |
Validate(JToken, JsonSchema, ValidationEventHandler) |
Validates the specified JToken.
|

Object | |
![]() |
Extensions |