C# Class IronJSON.IronJSONParser

Show file Open project: jabb/IronJSON Class Usage Examples

Public Methods

Method Description
IronJSONParser ( IronJSONTokenStream tokenStream ) : System
Parse ( ) : void

Parse the token stream.

Private Methods

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

public IronJSONParser ( IronJSONTokenStream tokenStream ) : System
tokenStream IronJSONTokenStream
return System

Parse() public method

Parse the token stream.
public Parse ( ) : void
return void