标签:fastjson
-
如何使用 fastjson 将JSON字符串解析为复杂结构,如嵌套 List, 嵌套 Map
1.转为MapStringstr="";Mapmap=JSON.parseObject(str,newTypeReference(){});2.转为ListSt...
1.转为MapStringstr="";Mapmap=JSON.parseObject(str,newTypeReference(){});2.转为ListSt...