@override String onResonse(String result) { if (result.startsWith('"')) { return StringUtils.toJson(result); } return result; }