java如何将json的数据转换为map或者list类型的?

2024-11-28 00:49:07
推荐回答(1个)
回答(1):

JSONArray
j=JSONArray.fromObject(str);
List
l=JSONArray.toList(j);