摘要: 这里使用fastjson来进行解析,fastjson里有两个重要的对象JSONObject和JSONArray。看下面的json字符串,meta、data属于JSONObject,data子集因为有[ ]所以子集属于JSONArray。 1 { 2 "meta": { 3 "page": 1, 4 阅读全文
posted @ 2020-12-05 23:20 kmpro 阅读(1066) 评论(0) 推荐(0)