Class: JSON::Ext::ParserConfig

Inherits:
Object
  • Object
show all
Defined in:
ext/json/ext/parser/parser.c

Instance Method Summary collapse

Instance Method Details

#parse(Vsource) ⇒ Object



2190
2191
2192
2193
2194
# File 'ext/json/ext/parser/parser.c', line 2190

static VALUE cParserConfig_parse(VALUE self, VALUE Vsource)
{
    GET_PARSER_CONFIG;
    return cParser_parse(config, Vsource);
}