C# Class FridayThe13th.JsonParser

Afficher le fichier Open project: jprichardson/FridayThe13th Class Usage Examples

Méthodes publiques

Méthode Description
JsonParser ( ) : System
Parse ( string json ) : dynamic
Reset ( ) : void

Méthodes protégées

Méthode Description
ParseArray ( ) : List
ParseError ( string msg ) : void
ParseNumber ( ) : double
ParseObject ( ) : dynamic
ParseString ( ) : string
ParseValue ( ) : dynamic
Peek ( ) : int
Read ( ) : int
ReadExpect ( char c ) : void
ReadWhitespace ( ) : void
TryRead ( string s ) : bool

Method Details

JsonParser() public méthode

public JsonParser ( ) : System
Résultat System

Parse() public méthode

public Parse ( string json ) : dynamic
json string
Résultat dynamic

ParseArray() protected méthode

protected ParseArray ( ) : List
Résultat List

ParseError() protected méthode

protected ParseError ( string msg ) : void
msg string
Résultat void

ParseNumber() protected méthode

protected ParseNumber ( ) : double
Résultat double

ParseObject() protected méthode

protected ParseObject ( ) : dynamic
Résultat dynamic

ParseString() protected méthode

protected ParseString ( ) : string
Résultat string

ParseValue() protected méthode

protected ParseValue ( ) : dynamic
Résultat dynamic

Peek() protected méthode

protected Peek ( ) : int
Résultat int

Read() protected méthode

protected Read ( ) : int
Résultat int

ReadExpect() protected méthode

protected ReadExpect ( char c ) : void
c char
Résultat void

ReadWhitespace() protected méthode

protected ReadWhitespace ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

TryRead() protected méthode

protected TryRead ( string s ) : bool
s string
Résultat bool