Noemax.Newtonsoft.Json Namespace : JsonWriter Class |
The following tables list the members exposed by JsonWriter.
Name | Description | |
---|---|---|
![]() | CloseOutput | Gets or sets a value indicating whether the underlying stream or System.IO.TextReader should be closed when the writer is closed. |
![]() | Culture | Gets or sets the culture used when writing JSON. Defaults to System.Globalization.CultureInfo.InvariantCulture. |
![]() | DateFormatHandling | Get or set how dates are written to JSON text. |
![]() | DateFormatString | Get or set how DateTime and DateTimeOffset values are formatting when writing JSON text. |
![]() | DateTimeZoneHandling | Get or set how System.DateTime time zones are handling when writing JSON text. |
![]() | FloatFormatHandling | Get or set how special floating point numbers, e.g. System.Double.NaN, System.Double.PositiveInfinity and System.Double.NegativeInfinity, are written to JSON text. |
![]() | Formatting | Indicates how JSON text output is formatted. |
![]() | Path | Gets the path of the writer. |
![]() | StringEscapeHandling | Get or set how strings are escaped when writing JSON text. |
![]() | WriteState | Gets the state of the writer. |
Name | Description | |
---|---|---|
![]() | Close | Closes this stream and the underlying stream. |
![]() | Flush | Flushes whatever is in the buffer to the underlying streams and also flushes the underlying stream. |
![]() | WriteComment | Writes out a comment /*...*/ containing the specified text. |
![]() | WriteEnd | Overloaded. Writes the end of the current Json object or array. |
![]() | WriteEndArray | Writes the end of an array. |
![]() | WriteEndConstructor | Writes the end constructor. |
![]() | WriteEndObject | Writes the end of a Json object. |
![]() | WriteNull | Writes a null value. |
![]() | WritePropertyName | Overloaded. Writes the property name of a name/value pair on a JSON object. |
![]() | WriteRaw | Writes raw JSON without changing the writer's state. |
![]() | WriteRawValue | Writes raw JSON where a value is expected and updates the writer's state. |
![]() | WriteStartArray | Writes the beginning of a Json array. |
![]() | WriteStartConstructor | Writes the start of a constructor with the given name. |
![]() | WriteStartObject | Writes the beginning of a Json object. |
![]() | WriteToken | Overloaded. Writes the current JsonReader token and its children. |
![]() | WriteUndefined | Writes an undefined value. |
![]() | WriteValue | Overloaded. Writes a System.String value. |
![]() | WriteWhitespace | Writes out the given white space. |
Name | Description | |
---|---|---|
![]() | SetWriteState | Sets the state of the JsonWriter, |
![]() | WriteIndent | Writes indent characters. |
![]() | WriteIndentSpace | Writes an indent space. |
![]() | WriteValueDelimiter | Writes the JSON value delimiter. |