class JSON::Ext::Parser

def initialize(source, opts = nil)

def initialize(source, opts = nil)
  @source = source
  @config = Config.new(opts)
end