C# 클래스 Moxiecode.Plupload.Utils.JsonReader

Description of JSONReader.
파일 보기 프로젝트 열기: akoch-ov/dipstart-development 1 사용 예제들

공개 메소드들

메소드 설명
JsonReader ( TextReader reader ) : System

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

ToString ( ) : string

비공개 메소드들

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

메소드 상세

JsonReader() 공개 메소드

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

ParseJson() 공개 정적인 메소드

public static ParseJson ( String json ) : object
json String
리턴 object

Read() 공개 메소드

public Read ( ) : bool
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string