雪洗中关村

导航

2018年7月23日 #

强大的Java Json工具类

摘要: 转自: https://blog.csdn.net/u014676619/article/details/49624165 阅读全文

posted @ 2018-07-23 13:13 雪洗中关村 阅读(5240) 评论(0) 推荐(1) 编辑

com.fasterxml.jackson.databind.ObjectMapper. .readValue .convertValue

摘要: String str="{\"student\":[{\"name\":\"leilei\",\"age\":23},{\"name\":\"leilei02\",\"age\":23}]}"; Student stu = null; List list = null; try { ObjectMapper objectMapper=new O... 阅读全文

posted @ 2018-07-23 13:09 雪洗中关村 阅读(1635) 评论(0) 推荐(0) 编辑