JsonSettings.IsIndented property

True if JSON output should be indented.

public bool IsIndented { get; set; }

Remarks

The default is false, which generates minimal, compact JSON.

See Also