C# 클래스 IronJSON.IronJSONParser

파일 보기 프로젝트 열기: jabb/IronJSON 1 사용 예제들

공개 메소드들

메소드 설명
IronJSONParser ( IronJSONTokenStream tokenStream ) : System
Parse ( ) : void

Parse the token stream.

비공개 메소드들

메소드 설명
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

메소드 상세

IronJSONParser() 공개 메소드

public IronJSONParser ( IronJSONTokenStream tokenStream ) : System
tokenStream IronJSONTokenStream
리턴 System

Parse() 공개 메소드

Parse the token stream.
public Parse ( ) : void
리턴 void