C# Class Ink.Runtime.SimpleJson.Reader

Afficher le fichier Open project: inkle/ink

Méthodes publiques

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

Private Methods

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

Method Details

Expect() public méthode

public Expect ( bool condition, string message = null ) : void
condition bool
message string
Résultat void

Expect() public méthode

public Expect ( string expectedStr ) : void
expectedStr string
Résultat void

Reader() public méthode

public Reader ( string text ) : System
text string
Résultat System

SkipWhitespace() public méthode

public SkipWhitespace ( ) : void
Résultat void

ToDictionary() public méthode

public ToDictionary ( ) : object>.Dictionary
Résultat object>.Dictionary