The JsonWriter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| JsonWriter()()()() |
Constructor.
| |
| JsonWriter(TextWriter) |
Creates a JsonWriter from TextWriter class.
| |
| JsonWriter(StringBuilder) |
Creates a writer from StringBuilder class.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Reset | ||
| ToString |
Returns a serialized JSON string.
(Overrides Object..::..ToString()()()().) | |
| Write(Boolean) | ||
| Write(Decimal) | ||
| Write(Double) | ||
| Write(Int32) | ||
| Write(Int64) | ||
| Write(String) | ||
| Write(UInt64) | ||
| WriteArrayEnd | ||
| WriteArrayStart | ||
| WriteObjectEnd | ||
| WriteObjectStart | ||
| WritePropertyName |
Properties
| Name | Description | |
|---|---|---|
| IndentValue | ||
| PrettyPrint | ||
| TextWriter | ||
| Validate |