C# Class LitJson.JsonReader

Stream-like access to JSON text.
Show file Open project: TerrariaPrismTeam/Prism Class Usage Examples

Public Methods

Method Description
Close ( ) : void
JsonReader ( TextReader reader ) : System
JsonReader ( string json_text ) : System
Read ( ) : bool

Private Methods

Method Description
JsonReader ( ) : System
JsonReader ( TextReader reader, bool owned ) : System
PopulateParseTable ( ) : void
ProcessNumber ( string number ) : void
ProcessSymbol ( ) : void
ReadToken ( ) : bool
TableAddCol ( ParserToken row, int col ) : void
TableAddRow ( ParserToken rule ) : void

Method Details

Close() public method

public Close ( ) : void
return void

JsonReader() public method

public JsonReader ( TextReader reader ) : System
reader TextReader
return System

JsonReader() public method

public JsonReader ( string json_text ) : System
json_text string
return System

Read() public method

public Read ( ) : bool
return bool