Json.NET - Quick Starts & API Documentation
Formatting Property
NamespacesNewtonsoft.JsonJsonWriterFormatting
Indicates how the output is formatted.
Declaration Syntax
C#Visual BasicVisual C++
public Formatting Formatting { get; set; }
Public Property Formatting As Formatting
public:
property Formatting Formatting {
	Formatting get ();
	void set (Formatting value);
}

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 3.0.0.0 (3.0.0.0)