Click or drag to resize
Json.NET Schema

JSchema  Conversion (JToken to JSchema)

 
Gets the JSchema associated with the JToken.

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public static explicit operator JSchema (
	JToken t
)

Parameters

t
Type: Newtonsoft.Json.LinqJToken
The token.

Return Value

Type: JSchema
The JSchema associated with the JToken.
See Also