C# 클래스 Ink.Runtime.SimpleJson.Reader

파일 보기 프로젝트 열기: inkle/ink

공개 메소드들

메소드 설명
Expect ( bool condition, string message = null ) : void
Expect ( string expectedStr ) : void
Reader ( string text ) : System
SkipWhitespace ( ) : void
ToDictionary ( ) : object>.Dictionary

비공개 메소드들

메소드 설명
IsNumberChar ( char c ) : bool
ReadArray ( ) : List
ReadDictionary ( ) : object>.Dictionary
ReadNumber ( ) : object
ReadObject ( ) : object
ReadString ( ) : string
TryRead ( string textToRead ) : bool

메소드 상세

Expect() 공개 메소드

public Expect ( bool condition, string message = null ) : void
condition bool
message string
리턴 void

Expect() 공개 메소드

public Expect ( string expectedStr ) : void
expectedStr string
리턴 void

Reader() 공개 메소드

public Reader ( string text ) : System
text string
리턴 System

SkipWhitespace() 공개 메소드

public SkipWhitespace ( ) : void
리턴 void

ToDictionary() 공개 메소드

public ToDictionary ( ) : object>.Dictionary
리턴 object>.Dictionary