json常用的解析jar包有三種:Google、Alibaba、json官方
本篇介紹的是json官方的 org.json下的 json-20200518.jar包
(1)待解析的json字元串
json線上解析:https://www.sojson.com/
(2)建立 JSONObject 對象
(3)JSONObject 轉 Map<String, Object>
(4)周遊Map<String, Object>
(5)解析json字元串對象

json常用的解析jar包有三種:Google、Alibaba、json官方
本篇介紹的是json官方的 org.json下的 json-20200518.jar包
(1)待解析的json字元串
json線上解析:https://www.sojson.com/
(2)建立 JSONObject 對象
(3)JSONObject 轉 Map<String, Object>
(4)周遊Map<String, Object>
(5)解析json字元串對象