码迷,mamicode.com
首页 > Web开发 > 详细

JSON 转换

时间:2018-04-11 21:46:35      阅读:264      评论:0      收藏:0      [点我收藏+]

标签:aml   object   ring   repo   nbsp   json   https   result   epo   

<!-- porm.xml 文件 引用JAR包 -->

<!-- https://mvnrepository.com/artifact/com.alibaba/fastjson -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.31</version>
</dependency>

 

//获取JSON字符串

String strResult = examXiaoiStudentRep.getExamQuestionList();

//声明LIST实体
List<ExamListInVO> list = new ArrayList<ExamListInVO>();
//转换为LIST 实体类
list = JSONObject.parseArray(strResult, ExamListInVO.class);

JSON 转换

标签:aml   object   ring   repo   nbsp   json   https   result   epo   

原文地址:https://www.cnblogs.com/jtcr/p/8798391.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!