Json.NET - Quick Starts & API Documentation
Formatting Enumeration
NamespacesNewtonsoft.JsonFormatting
Specifies formatting options for the JsonWriter.
Declaration Syntax
C#Visual BasicVisual C++
public enum Formatting
Public Enumeration Formatting
public enum class Formatting
Members
MemberDescription
None
No special formatting is applied. This is the default.

Indented
Causes child objects to be indented according to the Indentation()()() and IndentChar()()() settings.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 2.0.0.0 (2.0.0.0)