Click or drag to resize
Json.NET Schema

JSchemaParse Method (String)

 
Load a JSchema from a string that contains schema JSON.

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public static JSchema Parse(
	string json
)

Parameters

json
Type: SystemString
A String that contains JSON.

Return Value

Type: JSchema
A JSchema populated from the string that contains JSON.
See Also