Json.NET - Quick Starts & API Documentation
Formatting Enumeration
NamespacesNewtonsoft.JsonFormatting
Specifies formatting options for the JsonTextWriter.
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: 4.0.2.0 (4.0.2.13929)