JSONObject jsonObject = JSON.parseObject(jsonString);


使用parseObject对String类型的json字符串进行解析,注意try catch。

然后使用jsonObject的各种get方法获取指定属性。