Json.NET - Quick Starts & API Documentation
Parse Method (json)
Namespaces ► Newtonsoft.Json.Schema ► JsonSchema ► Parse(String)
Load a JsonSchema from a string that contains schema JSON.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static JsonSchema Parse( string json )
Public Shared Function Parse ( _ json As String _ ) As JsonSchema
public: static JsonSchema^ Parse( String^ json )
Return Value
A JsonSchema populated from the string that contains JSON.