GetSchema Method

Json.NET

Json.NET - Quick Starts & API Documentation GetSchema Method
NamespacesNewtonsoft.JsonJsonConverterGetSchema()()()()
Gets the JsonSchema of the JSON produced by the JsonConverter.
Declaration Syntax
C# Visual Basic Visual C++
public virtual JsonSchema GetSchema()
Public Overridable Function GetSchema As JsonSchema
public:
virtual JsonSchema^ GetSchema()
Return Value
The JsonSchema of the JSON produced by the JsonConverter.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)