Json.NET - Quick Starts & API Documentation
Validate Method (source, schema)
Namespaces ► Newtonsoft.Json.Schema ► Extensions ► Validate(JToken, JsonSchema)
Validates the specified JToken.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static void Validate( this JToken source, JsonSchema schema )
<ExtensionAttribute> _ Public Shared Sub Validate ( _ source As JToken, _ schema As JsonSchema _ )
[ExtensionAttribute] public: static void Validate( JToken^ source, JsonSchema^ schema )
Parameters
- schema (JsonSchema)
- The schema to test with.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type JToken. When you use instance method syntax to call this method, omit the first parameter.