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 | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (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 |