Click or drag to resize
Json.NET Schema

JSchemaToString Method

 
Returns the JSON for this schema.

Namespace:  Newtonsoft.Json.Schema
Assembly:  Newtonsoft.Json.Schema (in Newtonsoft.Json.Schema.dll) Version: 3.0.6
Syntax
C#
public override string ToString()

Return Value

Type: String
The JSON for this schema.
See Also