Json.NET - Quick Starts & API Documentation
GetSchema Method
Namespaces ► Newtonsoft.Json ► JsonConverter ► GetSchema()()()()
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.