| JsonPrettyFormatWriter Class |
Namespace: Dextronet.Jsonie
The JsonPrettyFormatWriter type exposes the following members.
| Name | Description | |
|---|---|---|
| JsonPrettyFormatWriter |
Decorates underlying writer with pretty JSON format.
|
| Name | Description | |
|---|---|---|
| Encoding |
Gets encoding of the underlying writer.
(Overrides TextWriterEncoding.) | |
| Indent |
Gets/sets string used for indentation.
|
| Name | Description | |
|---|---|---|
| Write(Char) |
Writes a character.
(Overrides TextWriterWrite(Char).) | |
| Write(String) |
For faster writing. Indent changes comes only when writing single char (relies on
implementation details of JsonEncoder).
(Overrides TextWriterWrite(String).) |