# File lib/active_resource/formats/json_format.rb, line 14
      def encode(hash, options={})
        hash.to_json(options)
      end