Formatting Property

Json.NET

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

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)