C# 클래스 TinyJSON.Decoder

상속: IDisposable
파일 보기 프로젝트 열기: pbhogan/TinyJSON

Private Properties

프로퍼티 타입 설명
ConsumeWhiteSpace void
DecodeArray ProxyArray
DecodeByToken System.Variant
DecodeNumber System.Variant
DecodeObject ProxyObject
DecodeString System.Variant
DecodeValue System.Variant
Decoder System

공개 메소드들

메소드 설명
Decode ( string jsonString ) : Variant
Dispose ( ) : void

비공개 메소드들

메소드 설명
ConsumeWhiteSpace ( ) : void
DecodeArray ( ) : ProxyArray
DecodeByToken ( Token token ) : Variant
DecodeNumber ( ) : Variant
DecodeObject ( ) : ProxyObject
DecodeString ( ) : Variant
DecodeValue ( ) : Variant
Decoder ( string jsonString ) : System

메소드 상세

Decode() 공개 정적인 메소드

public static Decode ( string jsonString ) : Variant
jsonString string
리턴 System.Variant

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void