Click or drag to resize
Json.NET

Formatting Enumeration

 
Specifies formatting options for the JsonTextWriter.

Namespace:  Newtonsoft.Json
Assembly:  Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
public enum Formatting
Members
  Member nameValueDescription
None0 No special formatting is applied. This is the default.
Indented1 Causes child objects to be indented according to the Indentation and IndentChar settings.
See Also