Extensions Class

Json.NET

Json.NET - Quick Starts & API Documentation Extensions Class
NamespacesNewtonsoft.Json.SchemaExtensions
Contains the JSON schema extension methods.
Declaration Syntax
C# Visual Basic Visual C++
public static class Extensions
<ExtensionAttribute> _
Public NotInheritable Class Extensions
[ExtensionAttribute]
public ref class Extensions abstract sealed
Members
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.

Inheritance Hierarchy
Object
Extensions

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)