Formatting Property

Json.NET

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

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