Click or drag to resize
Json.NET Schema

JSchema  Conversion (JSchema to JToken)

 
Gets a JToken associated with the JSchema.

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

Parameters

s
Type: Newtonsoft.Json.SchemaJSchema
The schema.

Return Value

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