A renderable piece of JSON text.
Constructors
public JsonText(string json)
Initializes a new instance of the JsonText class.
Parameters:
json (string)The JSON to render.
Properties
Indentation
: stringGets or sets the indentation. Defaults to three spaces.
Parser
: IJsonParserGets or sets the JSON parser.