C# Class GdsFMJson.JSONTokeniser

Afficher le fichier Open project: nobuyukinyuu/gdsFM Class Usage Examples

Méthodes publiques

Méthode Description
GetCurrentSectionString ( int backwards = 20, int forwards = 20 ) : string
JSONTokeniser ( string jsonString, bool silent = false ) : System
NextToken ( ) : JSONToken

Private Methods

Méthode Description
IsDigit ( int character ) : bool
NextChar ( ) : int
ParseFailure ( string description ) : void
ParseFloat ( string str ) : float
ParseInteger ( string str ) : int
ParseNumberToken ( int firstChar ) : JSONToken
SkipComments ( ) : int
SkipIgnored ( ) : void
SkipWhitespace ( ) : int

Method Details

GetCurrentSectionString() public méthode

public GetCurrentSectionString ( int backwards = 20, int forwards = 20 ) : string
backwards int
forwards int
Résultat string

JSONTokeniser() public méthode

public JSONTokeniser ( string jsonString, bool silent = false ) : System
jsonString string
silent bool
Résultat System

NextToken() public méthode

public NextToken ( ) : JSONToken
Résultat JSONToken