JsonText

A renderable piece of JSON text.

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 : string

Gets or sets the indentation. Defaults to three spaces.

Parser : IJsonParser

Gets or sets the JSON parser.