C# Class ThirdParty.Json.LitJson.JsonReader

Mostrar archivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
Close ( ) : void
JsonReader ( TextReader reader ) : System
JsonReader ( string json_text ) : System
Read ( ) : bool

Private Methods

Method Description
JsonReader ( TextReader reader, bool owned ) : System
ProcessNumber ( string number ) : void
ProcessSymbol ( ) : void
ReadToken ( ) : bool

Method Details

Close() public method

public Close ( ) : void
return void

JsonReader() public method

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

JsonReader() public method

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

Read() public method

public Read ( ) : bool
return bool