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