Method | Description | |
---|---|---|
Expect ( bool condition, string message = null ) : void | ||
Expect ( string expectedStr ) : void | ||
Reader ( string text ) : System | ||
SkipWhitespace ( ) : void | ||
ToDictionary ( ) : object>.Dictionary |
Method | Description | |
---|---|---|
IsNumberChar ( char c ) : bool | ||
ReadArray ( ) : List | ||
ReadDictionary ( ) : object>.Dictionary |
||
ReadNumber ( ) : object | ||
ReadObject ( ) : object | ||
ReadString ( ) : string | ||
TryRead ( string textToRead ) : bool |
public Expect ( bool condition, string message = null ) : void | ||
condition | bool | |
message | string | |
return | void |