Json.NET - Quick Starts & API Documentation
Formatting Enumeration
Namespaces ► Newtonsoft.Json ► Formatting
Specifies formatting options for the JsonTextWriter.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public enum Formatting
Public Enumeration Formatting
public enum class Formatting
Members
Member | Description |
---|---|
None |
No special formatting is applied. This is the default.
|
Indented |
Causes child objects to be indented according to the Indentation and IndentChar settings.
|