Enum Formatting
Specifies formatting options for the JsonTextWriter.
Namespace: Bayat.Json
Assembly: Bayat.Json.Runtime.dll
Syntax
public enum Formatting
Fields
Name | Description |
---|---|
Indented | Causes child objects to be indented according to the Indentation and IndentChar settings. |
None | No special formatting is applied. This is the default. |