useJsonIndentation property

bool useJsonIndentation
getter/setter pair

Gets or sets the JSON writer options.

When true, the JSON output will be indented for readability. Defaults to false.

Implementation

bool useJsonIndentation = false;