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

2024年11月28日 00:49
有1个网友回答
网友(1):

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