- Namespace
- LitJson
- Base Types
-
- object
graph TD
Base0["object"]-->Type
Type["JsonWriter"]
class Type type-node
Syntax
public class JsonWriter
Constructors
| Name | Summary |
|---|---|
| JsonWriter |
|
| JsonWriter |
|
| JsonWriter |
Properties
| Name | Value | Summary |
|---|---|---|
| IndentValue | int | |
| LowerCaseProperties | bool | |
| PrettyPrint | bool | |
| TextWriter | TextWriter | |
| Validate | bool |
Methods
| Name | Value | Summary |
|---|---|---|
| Reset |
void | |
| ToString |
string | |
| Write |
void | |
| Write |
void | |
| Write |
void | |
| Write |
void | |
| Write |
void | |
| Write |
void | |
| Write |
void | |
| Write |
void | |
| WriteArrayEnd |
void | |
| WriteArrayStart |
void | |
| WriteObjectEnd |
void | |
| WriteObjectStart |
void | |
| WritePropertyName |
void |
