好用的json工具
2021-06-17 08:03
标签:class set 字段 import 工具 style get port records 好用的json工具 标签:class set 字段 import 工具 style get port records 原文地址:http://www.cnblogs.com/ljl-blog/p/7267522.html import com.google.gson.Gson;
//string转bean
Gson gson = new Gson();
UserPage userPage = gson.fromJson(str, UserPage.class);
List