Click or drag to resize
Json.NET Schema

JSchemaParse Method

 
Overload List
  NameDescription
Public methodStatic memberParse(String)
Load a JSchema from a string that contains schema JSON.
Public methodStatic memberParse(String, JSchemaReaderSettings)
Load a JSchema from a string that contains schema JSON using the given JSchemaReaderSettings.
Public methodStatic memberParse(String, JSchemaResolver)
Load a JSchema from a string that contains schema JSON using the given JSchemaResolver.
Top
See Also