#JOSNArray

fastjson中Map与JSONObject互换,List与JOSNArray互换的实现

1、//将map转换成jsonObject JSONObjectitemJSONObj= JSONObject.parseObject(JSON.toJSONString(itemMap));将Map类型的itemInfo转换成json,再经JSONObject转换实现。2、//将jsonObj转换...