The following tables list the members exposed by BAJsonWriter.
Name | Description | |
---|---|---|
![]() | BAJsonWriter Constructor | Overloaded. Initializes a new instance of the BAJsonWriter class. |
Name | Description | |
---|---|---|
![]() | PrettyNewLine | Specifies how to place an open tag of a JSON object or array in pretty mode: on a new line or not. |
Name | Description | |
---|---|---|
![]() | Clear | Clears writer. |
![]() ![]() | IsJsonType | Tests if an instance of the given type is writable as JSON object. |
![]() ![]() | ToJson | Converts an object to JSON string. |
![]() | ToString | Gets the string representation of completed JSON object. |
![]() | WriteBeginArray | Writes the begin-array tag. |
![]() | WriteBeginObject | Writes the begin-object tag. |
![]() | WriteEndArray | Writes the end-array tag. |
![]() | WriteEndObject | Writes the end-object tag. |
![]() | WriteName | Writes a property name. |
![]() | WriteOptionalProperty | Writes a property if its value is specified (is a nonempty string, nonempty array, or non-null object). |
![]() | WriteProperty | Writes a property. |
![]() | WriteValue | Overloaded. Writes a value. |
Name | Description | |
---|---|---|
![]() | WriteObject | Writes an object. |