# File lib/em-http/middleware/json_response.rb, line 6
      def response(resp)
        begin
          body = MultiJson.load(resp.response)
          resp.response = body
        rescue => e
        end
      end