| 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 public override string ToString()
Return Value
Type:
StringThe JSON for this schema.
See Also