Click or drag to resize

JsonSchemaParse Method (String, JsonSchemaResolver)

[Missing <summary> documentation for "M:Stimulsoft.Base.Json.Schema.JsonSchema.Parse(System.String,Stimulsoft.Base.Json.Schema.JsonSchemaResolver)"]

Namespace:  Stimulsoft.Base.Json.Schema
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static JsonSchema Parse(
	string json,
	JsonSchemaResolver resolver
)

Parameters

json
Type: SystemString

[Missing <param name="json"/> documentation for "M:Stimulsoft.Base.Json.Schema.JsonSchema.Parse(System.String,Stimulsoft.Base.Json.Schema.JsonSchemaResolver)"]

resolver
Type: Stimulsoft.Base.Json.SchemaJsonSchemaResolver

[Missing <param name="resolver"/> documentation for "M:Stimulsoft.Base.Json.Schema.JsonSchema.Parse(System.String,Stimulsoft.Base.Json.Schema.JsonSchemaResolver)"]

Return Value

Type: JsonSchema

[Missing <returns> documentation for "M:Stimulsoft.Base.Json.Schema.JsonSchema.Parse(System.String,Stimulsoft.Base.Json.Schema.JsonSchemaResolver)"]

See Also