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

The JsonTextWriter type exposes the following members.

Properties

  NameDescription
Formatting
Indicates how the output is formatted.
(Inherited from JsonWriter.)
Indentation
Gets or sets how many IndentChars to write for each level in the hierarchy when Formatting is set to Formatting.Indented.
IndentChar
Gets or sets which character to use for indenting when Formatting is set to Formatting.Indented.
QuoteChar
Gets or sets which character to use to quote attribute values.
QuoteName
Gets or sets a value indicating whether object names will be surrounded with quotes.
SerializeStack (Inherited from JsonWriter.)
Top
Gets the top.
(Inherited from JsonWriter.)
WriteState
Gets the state of the writer.
(Inherited from JsonWriter.)

See Also

JsonTextWriter Class
Facebook.Json Namespace