C# Class Moxiecode.Plupload.Utils.JsonReader

Description of JSONReader.
Afficher le fichier Open project: akoch-ov/dipstart-development Class Usage Examples

Méthodes publiques

Méthode Description
JsonReader ( TextReader reader ) : System

ParseJson ( String json ) : object
Read ( ) : bool

ToString ( ) : string

Private Methods

Méthode Description
ReadAway ( ) : void
ReadAway ( int num ) : void
ReadBool ( char chr ) : bool
ReadLen ( int num ) : string
ReadNull ( ) : bool
ReadNumber ( char start ) : bool
ReadString ( char quote ) : bool
ReadValue ( ) : object

Method Details

JsonReader() public méthode

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

ParseJson() public static méthode

public static ParseJson ( String json ) : object
json String
Résultat object

Read() public méthode

public Read ( ) : bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string