[This is preliminary documentation and is subject to change.]

Specifies formatting options for the JsonTextWriter.

Namespace:  Facebook.Json
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public enum Formatting
Visual Basic (Declaration)
Public Enumeration Formatting
Visual C++
public enum class Formatting

Members

Member nameDescription
None
No special formatting is applied. This is the default.
Indented
Causes child objects to be indented according to the Indentation and IndentChar settings.

See Also

Facebook.Json Namespace