原址:http://www.cnblogs.com/lee0oo0/archive/2013/05/08/3066371.html
- /**将JSON字符串转换为JavaBean对象**/
- Useruser=JSON.parSEObject(text,User.class)
//转list<T>
原文链接:https://www.f2er.com/json/289208.html// 根据Bean类的到每一个json数组的项 List<AllBean> listBeans = JSON.parseArray(arr.toString(),AllBean.class);