# File lib/httparty/parsers.rb, line 9
    def self.parse(body)
      Crack::JSON.parse(body)
    end