Formatting Enumeration

Json.NET

Json.NET - Quick Starts & API Documentation Formatting Enumeration
NamespacesNewtonsoft.JsonFormatting
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.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)