C# Class ThirdParty.Json.LitJson.JsonReader

Afficher le fichier Open project: aws/aws-sdk-net 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 ( TextReader reader, bool owned ) : System
ProcessNumber ( string number ) : void
ProcessSymbol ( ) : void
ReadToken ( ) : bool

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