C# Class Moxiecode.Plupload.Utils.JsonReader

Description of JSONReader.
Mostrar archivo Open project: akoch-ov/dipstart-development Class Usage Examples

Public Methods

Method Description
JsonReader ( TextReader reader ) : System

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

ToString ( ) : string

Private Methods

Method 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 method

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

ParseJson() public static method

public static ParseJson ( String json ) : object
json String
return object

Read() public method

public Read ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string