C# Class LitJson.JsonReader

Stream-like access to JSON text.
Afficher le fichier Open project: TerrariaPrismTeam/Prism Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
JsonReader ( TextReader reader ) : System
JsonReader ( string json_text ) : System
Read ( ) : bool

Private Methods

Méthode 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 méthode

public Close ( ) : void
Résultat void

JsonReader() public méthode

public JsonReader ( TextReader reader ) : System
reader TextReader
Résultat System

JsonReader() public méthode

public JsonReader ( string json_text ) : System
json_text string
Résultat System

Read() public méthode

public Read ( ) : bool
Résultat bool