# File lib/tweetstream/client.rb, line 29
    def initialize(options={})
      options = TweetStream.options.merge(options)
      Configuration::VALID_OPTIONS_KEYS.each do |key|
        send("#{key}=", options[key])
      end

      # Ensure the json parser can be properly loaded
      json_parser
    end