JSON 与 对象 、集合 之间的转换

这是使用json所要用的maven依赖

<dependency>
            <groupId>net.sf.json-lib</groupId>
            <artifactId>json-lib</artifactId>
            <version>2.4</version>
            <classifier>jdk15</classifier>
 </dependency>

具体代码请参考以下链接

点击打开链接

猜你喜欢

转载自blog.csdn.net/heart66_a/article/details/79671989