Click or drag to resize

JsonConverterGetSchema Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Stimulsoft.Base.Json.JsonConverter.GetSchema"]

Namespace:  Stimulsoft.Base.Json
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
[ObsoleteAttribute("JSON Schema validation has been moved to its own package. It is strongly recommended that you do not override GetSchema() in your own converter. It is not used by Json.NET and will be removed at some point in the future. Converter's that override GetSchema() will stop working when it is removed.")]
public virtual JsonSchema GetSchema()

Return Value

Type: JsonSchema

[Missing <returns> documentation for "M:Stimulsoft.Base.Json.JsonConverter.GetSchema"]

See Also