fastjson 发布正式版本1.0.0

fastjson 发布正式版本1.0.0!

What is fastjson?
Fastjson is a JSON processor (JSON parser + JSON generator) written in Java:
  • FAST (measured to be faster than any other Java parser and databinder, incudes jackson)
  • Powerful (full data binding for common JDK classes as well as any Java Bean class, Collection, Map, Date or enum)
  • Zero-dependency (doest not rely on other packages beyond JDK)
  • Open Source (Apache 2.0)


fastjson的主页 http://119.38.217.15/wiki/display/fastjson

jira地址 http://119.38.217.15/jira/browse/FASTJSON

下载路径:
http://119.38.217.15/svn/fastjson/repository/com.alibaba.fastjson/1.0.0/fastjson-1.0.0.jar
http://119.38.217.15/svn/fastjson/repository/com.alibaba.fastjson/1.0.0/fastjson-1.0.0-sources.jar

svn http://119.38.217.15/svn/fastjson/trunk/

如果你使用maven2,可以直接从repository中获取

http://119.38.217.15/svn/fastjson/repository/

引用
<dependency>
     <groupId>com.alibaba</groupId>
     <artifactId>fastjson</artifactId>
     <version>1.0.0</version>
</dependency>


这次发布的版本经过认真测试,测试行覆盖率100%。但是这个不能保证没有BUG,有问题大家向我发聩,我会尽快处理的!

fastjson 发布正式版本1.0.0_第1张图片

你可能感兴趣的:(json,bean,.net,SVN,阿里巴巴)