Class: JSON::Ext::Parser
- Defined in:
- ext/json/ext/parser/parser.c,
lib/json/ext.rb,
ext/json/ext/parser/parser.c
Overview
Constant Summary collapse
- Config =
Ext::ParserConfig
Class Method Summary collapse
-
.parse(Vsource, opts) ⇒ Object
Allow redefinition by extensions Allow redefinition by extensions.
Instance Method Summary collapse
-
#initialize(source, opts = nil) ⇒ Parser
constructor
A new instance of Parser.
- #parse ⇒ Object
- #source ⇒ Object
Constructor Details
Class Method Details
.parse(Vsource, opts) ⇒ Object
Allow redefinition by extensions Allow redefinition by extensions
1595 1596 1597 |
# File 'ext/json/ext/parser/parser.c', line 1595 def parse(...) new(...).parse end |