# File lib/multi_json/adapters/yajl.rb, line 14
      def dump(object, options={})
        ::Yajl::Encoder.encode(object, options)
      end