Property | Type | Description | |
---|---|---|---|
indentString | string | ||
root | JsonElementDict |
Method | Description | |
---|---|---|
WriteToFile ( string path ) : void | ||
WriteToStream ( TextWriter tw ) : void | ||
WriteToString ( ) : string |
Method | Description | |
---|---|---|
AppendIndent ( StringBuilder sb, int indent ) : void | ||
WriteArray ( StringBuilder sb, |
||
WriteBoolean ( StringBuilder sb, bool value ) : void | ||
WriteDict ( StringBuilder sb, |
||
WriteDictKeyValue ( StringBuilder sb, string key, JsonElement value, int indent ) : void | ||
WriteInteger ( StringBuilder sb, int value ) : void | ||
WriteString ( StringBuilder sb, string str ) : void |
public WriteToStream ( TextWriter tw ) : void | ||
tw | TextWriter | |
return | void |