标签:
fastjson的下载方式,我是使用Androidstudio,使用gradle的方式是:(在build.gradle中添加一条语句)
compile ‘com.alibaba:fastjson:1.2.4‘
Maven:<dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version>1.2.4</version> </dependency> gson,现在最新版的是2.2.4在Androidstudio中自带是有的,如果你是最新版的AS,那么Gson也是最新版的。Fastjson与gson解析的时间对比(解析100000(10w)条数据)
参考资料:
JSON 之FastJson解析:http://blog.sina.com.cn/s/blog_7ffb8dd501013qas.html
Google Gson 使用简介:http://www.cnblogs.com/haippy/archive/2012/05/20/2509329.html
版权声明:本文为博主原创文章,未经博主允许不得转载。
标签:
原文地址:http://blog.csdn.net/telenewbie/article/details/46712237