大家好,又见面了,我是你们的朋友全栈君。
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.62</version>
</dependency>
List<Poet> poetList = JSONObject.parseArray(jsonString, Poet.class);//转换
List<HashMap> poetList = JSONObject.parseArray(string, HashMap.class);
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/146405.html原文链接:https://javaforall.cn