C# Class GdsFMJson.JSONTokeniser

Show file Open project: nobuyukinyuu/gdsFM Class Usage Examples

Public Methods

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

Private Methods

Method 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 method

public GetCurrentSectionString ( int backwards = 20, int forwards = 20 ) : string
backwards int
forwards int
return string

JSONTokeniser() public method

public JSONTokeniser ( string jsonString, bool silent = false ) : System
jsonString string
silent bool
return System

NextToken() public method

public NextToken ( ) : JSONToken
return JSONToken