Formatting Enumeration |
Namespace: Newtonsoft.Json
public enum Formatting
Member name | Value | Description | |
---|---|---|---|
None | 0 | No special formatting is applied. This is the default. | |
Indented | 1 | Causes child objects to be indented according to the Indentation and IndentChar settings. |