C# Class IronRuby.JsonExt.ParserEngine

Mostrar archivo Open project: nrk/ironruby-json

Public Methods

Method Description
Parse ( ParserEngineState json ) : Object

Private Methods

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

Method Details

Parse() public static method

public static Parse ( ParserEngineState json ) : Object
json ParserEngineState
return Object