Method | Description | |
---|---|---|
Dispose ( ) : void | ||
EndArray ( ) : void | ||
EndBlock ( ) : void | ||
JsonWriter ( string jsonFilepath ) : System | ||
StartArray ( string name ) : void | ||
StartBlock ( ) : void | ||
WriteProperty ( string name, string value ) : void | ||
WriteRawProperty ( string name, string value ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
DecreaseIndent ( ) : void | ||
IncreaseIndent ( ) : void | ||
WriteCommaIfNecessary ( ) : void | ||
WriteLine ( string s ) : void |
public JsonWriter ( string jsonFilepath ) : System | ||
jsonFilepath | string | |
return | System |
public WriteProperty ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public WriteRawProperty ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |