C# Class DynamicRest.JsonReader

ファイルを表示 Open project: nikhilk/dynamicrest Class Usage Examples

Public Methods

Method Description
JsonReader ( TextReader reader ) : System
JsonReader ( string jsonText ) : System
ReadValue ( ) : object

Private Methods

Method Description
GetCharacters ( int count ) : string
GetNextCharacter ( ) : char
GetNextSignificantCharacter ( ) : char
PeekNextSignificantCharacter ( ) : char
ReadArray ( ) : JsonArray
ReadBoolean ( ) : bool
ReadName ( bool allowQuotes ) : string
ReadNull ( ) : void
ReadNumber ( ) : object
ReadObject ( ) : JsonObject
ReadString ( ) : string
ReadString ( bool &hasLeadingSlash ) : string

Method Details

JsonReader() public method

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

JsonReader() public method

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

ReadValue() public method

public ReadValue ( ) : object
return object