Indentation Property

Json.NET

Json.NET - Quick Starts & API Documentation Indentation Property
NamespacesNewtonsoft.JsonJsonTextWriterIndentation
Gets or sets how many IndentChars to write for each level in the hierarchy when Formatting is set to Formatting.Indented.
Declaration Syntax
C# Visual Basic Visual C++
public int Indentation { get; set; }
Public Property Indentation As Integer
	Get
	Set
public:
property int Indentation {
	int get ();
	void set (int value);
}

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)