JsonTextWriter
Represents a writer that provides a fast, non-cached, forward-only way of generating Json data.
Gets or sets how many IndentChars to write for each level in the hierarchy when Formatting is set to Formatting.Indented.
Gets or sets which character to use for indenting when Formatting is set to Formatting.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.
Creates an instance of the JsonWriter class using the specified TextWriter.