C# Class SL2JS.JsonWriter

HAhaaaaha, good luck debugging this future-self, replace it with someone elses yeah?
Inheritance: IDisposable
Mostra file Open project: robashton/SLJS Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
DecreaseIndent ( ) : void
IncreaseIndent ( ) : void
WriteCommaIfNecessary ( ) : void
WriteLine ( string s ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

EndArray() public method

public EndArray ( ) : void
return void

EndBlock() public method

public EndBlock ( ) : void
return void

JsonWriter() public method

public JsonWriter ( string jsonFilepath ) : System
jsonFilepath string
return System

StartArray() public method

public StartArray ( string name ) : void
name string
return void

StartBlock() public method

public StartBlock ( ) : void
return void

WriteProperty() public method

public WriteProperty ( string name, string value ) : void
name string
value string
return void

WriteRawProperty() public method

public WriteRawProperty ( string name, string value ) : void
name string
value string
return void