JsonWriter Properties |
The JsonWriter type exposes the following members.
Name | Description | |
---|---|---|
AutoCompleteOnClose |
Gets or sets a value indicating whether the JSON should be auto-completed when this writer is closed.
| |
CloseOutput |
Gets or sets a value indicating whether the destination should be closed when this writer is closed.
| |
Culture |
Gets or sets the culture used when writing JSON. Defaults to InvariantCulture.
| |
DateFormatHandling |
Gets or sets how dates are written to JSON text.
| |
DateFormatString |
Gets or sets how DateTime and DateTimeOffset values are formatted when writing JSON text.
| |
DateTimeZoneHandling |
Gets or sets how DateTime time zones are handled when writing JSON text.
| |
FloatFormatHandling |
Gets or sets how special floating point numbers, e.g. NaN,
PositiveInfinity and NegativeInfinity,
are written to JSON text.
| |
Formatting |
Gets or sets a value indicating how JSON text output should be formatted.
| |
Path |
Gets the path of the writer.
| |
StringEscapeHandling |
Gets or sets how strings are escaped when writing JSON text.
| |
Top |
Gets the top.
| |
WriteState |
Gets the state of the writer.
|