C# Class Ink.Runtime.SimpleJson.Reader

Mostra file Open project: inkle/ink

Public Methods

Method Description
Expect ( bool condition, string message = null ) : void
Expect ( string expectedStr ) : void
Reader ( string text ) : System
SkipWhitespace ( ) : void
ToDictionary ( ) : object>.Dictionary

Private Methods

Method Description
IsNumberChar ( char c ) : bool
ReadArray ( ) : List
ReadDictionary ( ) : object>.Dictionary
ReadNumber ( ) : object
ReadObject ( ) : object
ReadString ( ) : string
TryRead ( string textToRead ) : bool

Method Details

Expect() public method

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

Expect() public method

public Expect ( string expectedStr ) : void
expectedStr string
return void

Reader() public method

public Reader ( string text ) : System
text string
return System

SkipWhitespace() public method

public SkipWhitespace ( ) : void
return void

ToDictionary() public method

public ToDictionary ( ) : object>.Dictionary
return object>.Dictionary