# File lib/tweetstream/parsers/yajl.rb, line 6 def self.decode(string) ::Yajl::Parser.new(:symbolize_keys => true).parse(string) end