Method | Description | |
---|---|---|
JsonWriter ( StringBuilder sb ) : System | ||
JsonWriter ( |
||
Reset ( ) : void | ||
ToString ( ) : string | ||
Write ( bool boolean ) : void | ||
Write ( decimal number ) : void | ||
Write ( double number ) : void | ||
Write ( int number ) : void | ||
Write ( long number ) : void | ||
Write ( string str ) : void | ||
Write ( ulong number ) : void | ||
WriteArrayEnd ( ) : void | ||
WriteArrayStart ( ) : void | ||
WriteObjectEnd ( ) : void | ||
WriteObjectStart ( ) : void | ||
WritePropertyName ( string property_name ) : void |
Method | Description | |
---|---|---|
DoValidation ( System.Condition cond ) : void | ||
Indent ( ) : void | ||
Init ( ) : void | ||
IntToHex ( int n, char hex ) : void | ||
JsonWriter ( ) : System | ||
Put ( string str ) : void | ||
PutNewline ( ) : void | ||
PutNewline ( bool add_comma ) : void | ||
PutString ( string str ) : void | ||
Unindent ( ) : void |
public JsonWriter ( StringBuilder sb ) : System | ||
sb | StringBuilder | |
return | System |
public JsonWriter ( |
||
writer | ||
return | System |
public WritePropertyName ( string property_name ) : void | ||
property_name | string | |
return | void |