Java将json字符串转成map

Map<String, Object> map = (Map<String, Object>) JSONUtils.parse(result)
原文地址:https://www.cnblogs.com/cailijuan/p/10168285.html