# File lib/heroku/command.rb, line 165 def self.parse_error_json(body) json = json_decode(body.to_s) json ? json['error'] : nil end