C# 클래스 DynamicRest.JsonReader

파일 보기 프로젝트 열기: nikhilk/dynamicrest 1 사용 예제들

공개 메소드들

메소드 설명
JsonReader ( TextReader reader ) : System
JsonReader ( string jsonText ) : System
ReadValue ( ) : object

비공개 메소드들

메소드 설명
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

메소드 상세

JsonReader() 공개 메소드

public JsonReader ( TextReader reader ) : System
reader TextReader
리턴 System

JsonReader() 공개 메소드

public JsonReader ( string jsonText ) : System
jsonText string
리턴 System

ReadValue() 공개 메소드

public ReadValue ( ) : object
리턴 object