# File lib/yajl.rb, line 82
    def self.parse(str_or_io)
      warn "WARNING: Yajl::Stream has be deprecated and will most likely be gone in the next release. Use the Yajl::Parser class instead."
      Parser.new.parse(str_or_io)
    end