Json.NET - Quick Starts & API Documentation
Formatting Property
Namespaces ► Newtonsoft.Json ► JsonSerializerSettings ► Formatting
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); }