解析最外层为数组的json串

//转化为对象集合
List<Bean> listBean = JSON.parseArray(str, Bean.class);

猜你喜欢

转载自blog.csdn.net/Mr_WuTengFei/article/details/77856958