使用Json的注意事项

Json使用很方便,但是需要注意有很多第三方Jar,他们的实现也有一些差别,推荐使用以下两个包

1.org.json.JSONObject      JSONObject JSON 全部为大写

API:http://developer.android.com/reference/org/json/JSONObject.html

2.com.google.gson.JsonObject   JsonObject  Json  

http://google-gson.googlecode.com/svn/trunk/gson/docs/javadocs/index.html

posted @ 2013-12-23 18:21  自由飞翔2012  阅读(175)  评论(0编辑  收藏  举报