class FFI_Yajl::Parser

def self.parse(obj, *args)

def self.parse(obj, *args)
  new(*args).parse(obj)
end