FastJson---高性能JSON开发包

Posted panie2015

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了FastJson---高性能JSON开发包相关的知识,希望对你有一定的参考价值。

SVN:http://code.alibabatech.com/svn/fastjson/trunk/
WIKI:http://code.alibabatech.com/wiki/display/FastJSON/Home

pom.xml文件中加入依赖依赖:

<dependency>
	<groupId>com.alibaba</groupId>
	<artifactId>fastjson</artifactId>
	<version>1.0.4</version>
</dependency>

 

可以参考:http://blog.csdn.net/glarystar/article/details/6654494


以上是关于FastJson---高性能JSON开发包的主要内容,如果未能解决你的问题,请参考以下文章