1.版本使用1.2.7以上的。
2.对象转字符串:JSON.toJSONString()。
3.字符串转对象:JSON.parseObject()。
4.字符串转list:JSON.parseObject(str,new TypeReference<ArrayList<Double>(){})。
1.版本使用1.2.7以上的。
2.对象转字符串:JSON.toJSONString()。
3.字符串转对象:JSON.parseObject()。
4.字符串转list:JSON.parseObject(str,new TypeReference<ArrayList<Double>(){})。
本文标题:fastjson使用
本文链接:https://www.haomeiwen.com/subject/fblfxltx.html
网友评论