# File lib/httparty/parser.rb, line 65
    def self.call(body, format)
      new(body, format).parse
    end