摘要: 1.纯数组JSON 字符串转换 [ {"name": "zhangsan","age": "10","phone": "11111","email": "11111@11.com"}, {"name": "lisi","age": "20","phone": "22222","email": &qu 阅读全文
posted @ 2018-08-23 09:01 Reboost 阅读(53337) 评论(1) 推荐(3) 编辑
摘要: 示例数据结构定义: public class Student { public int id; public String nickName; public int age; public ArrayList<String> books; public HashMap<String, String> 阅读全文
posted @ 2018-08-23 08:04 Reboost 阅读(8159) 评论(0) 推荐(0) 编辑