# File lib/heroku/command.rb, line 88 def parse_error_json(body) json = JSON.parse(body.to_s) json['error'] rescue JSON::ParserError end