# File lib/tweetstream/parsers/json_pure.rb, line 6
      def self.decode(string)
        ::JSON.parse(string)
      end