JsonTextWriter
Represents a writer that provides a fast, non-cached, forward-only way of generating JSON data.
Gets or sets the writer's character array pool.
Gets or sets how many IndentChars to write for each level in the hierarchy when Formatting is set to Indented.
Gets or sets which character to use for indenting when Formatting is set to Indented.
Gets or sets which character to use to quote attribute values.
Gets or sets a value indicating whether object names will be surrounded with quotes.
Initializes a new instance of the JsonTextWriter class using the specified TextWriter.