-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
对于采用Jackson解析json不解 #69
Comments
在于他的快捷,能快速将json转化成model;但如果json层级复杂的话,就不推荐Jackson,太耗时间,还得针对结构复杂的自己解析。 |
确实将json转换成model速度快,但我自己测试下了 jackson的速度也确实是慢啊 http://www.eoeandroid.com/thread-278953-1-1.html |
哈哈 ,同样菜鸟,下载源代码就想着补充下自己哪里不知道的地方,jackson感觉对于开发者来说,解析json代码量更少,但是牺牲了时间,但是对于用户来说,不是很合适 |
LZ再测试个fastjson对比下看看~ |
gjson了?我们现在就用这个 |
我这两次测试一下,比较一下 android自身的json 和fastjson , 感谢~ |
看提供的数据,fastjson速度最快
|
我自己测试使用系统自有的json解析的速度,要比jackson解析json速度要快写,我是抱着“存在即合理”的想法,所有想听听大牛采用Jackson的原因.... 希望大牛看到后能回复下,先谢谢了
The text was updated successfully, but these errors were encountered: