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