C# Class IronJSON.IronJSONParser

Afficher le fichier Open project: jabb/IronJSON Class Usage Examples

Méthodes publiques

Méthode Description
IronJSONParser ( IronJSONTokenStream tokenStream ) : System
Parse ( ) : void

Parse the token stream.

Private Methods

Méthode Description
ParseError ( string message ) : JSONException

Returns a parser error.

ParseList ( ) : IronJSONValue

Parses a list.

ParseObject ( ) : IronJSONObject

Parse an object.

ParseValue ( ) : IronJSONValue

Parse a value.

VerifyToken ( IronJSONToken tok, TokenType verify ) : void

Method Details

IronJSONParser() public méthode

public IronJSONParser ( IronJSONTokenStream tokenStream ) : System
tokenStream IronJSONTokenStream
Résultat System

Parse() public méthode

Parse the token stream.
public Parse ( ) : void
Résultat void