Contains settings for JSON writer formatting.
static JsonWriterSettings PrettyPrintSettings()
Returns new settings for pretty printing.
Encoding Encoding
The text encoding.
bool Indent
If true, indenting wil be applied.
string IndentCharacters
The characters used for indents.