C# 클래스 IronRuby.JsonExt.ParserEngine

파일 보기 프로젝트 열기: nrk/ironruby-json

공개 메소드들

메소드 설명
Parse ( ParserEngineState json ) : Object

비공개 메소드들

메소드 설명
JSON_parse_array ( ParserEngineState json, int &p, int &pe, Object &result ) : int?
JSON_parse_float ( ParserEngineState json, int &p, int &pe, Object &result ) : int?
JSON_parse_integer ( ParserEngineState json, int &p, int &pe, Object &result ) : int?
JSON_parse_object ( ParserEngineState json, int &p, int &pe, Object &result ) : int?
JSON_parse_string ( ParserEngineState json, int &p, int &pe, Object &result ) : int?
JSON_parse_value ( ParserEngineState json, int &p, int &pe, Object &result ) : int?
UnescapeJsonString ( String source, int &p, int &pe ) : Object

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( ParserEngineState json ) : Object
json ParserEngineState
리턴 Object