Enum Formatting
- Namespace
- Newtonsoft.Json
- Assembly
- Newtonsoft.Json.dll
Specifies formatting options for the JsonTextWriter.
public enum Formatting
Fields
Indented = 1
Causes child objects to be indented according to the Indentation and IndentChar settings.
None = 0
No special formatting is applied. This is the default.