Formatting Enumeration
From Json.NET
Json.NET - Quick Starts & API Documentation
Formatting Enumeration
Namespaces ► Newtonsoft.Json ► Formatting
Specifies formatting options for the JsonTextWriter.
| C# | Visual Basic | Visual C++ |
public enum Formatting
Public Enumeration Formatting
public enum class Formatting
| 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.
|