useJsonIndentation property
Gets or sets the JSON writer options.
When true, the JSON output will be indented for readability.
Defaults to false.
Implementation
bool useJsonIndentation = false;
Gets or sets the JSON writer options.
When true, the JSON output will be indented for readability.
Defaults to false.
bool useJsonIndentation = false;