fastjson 发布正式版本1.0.0

fastjson 发布正式版本1.0.0!

What is fastjson?
Fastjson is a JSON processor (JSON parser + JSON generator) written in Java:
[list]
[*]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)
[/list]

fastjson的主页 [url]http://119.38.217.15/wiki/display/fastjson[/url]

jira地址 [url]http://119.38.217.15/jira/browse/FASTJSON[/url]

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

svn [url]http://119.38.217.15/svn/fastjson/trunk/[/url]

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

[url]http://119.38.217.15/svn/fastjson/repository/[/url]

[quote]
com.alibaba
fastjson
1.0.0
[/quote]

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

[img]http://dl.iteye.com/upload/picture/pic/79569/46e441a8-6734-34ef-ba51-8c7579d53fe9.png[/img]

你可能感兴趣的:(fastjson 发布正式版本1.0.0)