
JSON
forlong401
Ubuntu, Fedora and MAC Fans.
Android and ios App developer.
Mobile and Internet.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
The JSON Formatter was created to help with debugging.
http://jsonformatter.curiousconcept.com/The JSON Formatter was created to help with debugging. As data expressed as JSON is often written without line breaks to save space, it became extremely转载 2012-11-20 14:13:34 · 839 阅读 · 0 评论 -
JSON相关资源网站
http://zh.wikipedia.org/zh-cn/JSONhttp://en.wikipedia.org/wiki/JSONhttp://www.json.org/http://www.json.org/json-zh.htmlhttp://tools.ietf.org/html/rfc4627http://wenku.baidu.com/view/28cdba1原创 2012-11-20 14:14:56 · 1315 阅读 · 0 评论 -
JSON+REST vs. XML+SOAP
http://blog.sina.com.cn/s/blog_4ba0876e0101393g.htmlFor some "out-men" like mevs. XML+SOAP" title="[转]JSON+REST vs. XML+SOAP" style="font-family:sans-serif; line-height:20px">Google just ann转载 2012-11-20 14:12:09 · 2212 阅读 · 0 评论 -
SOAP/JSON/WEBSERVIEC简介
http://hi.baidu.com/niuhea/item/49447a8e8cc30ad75e0ec1e7SOAP:简单对象访问协议,简单对象访问协议(SOAP)是一种轻量的、简单的、基于 XML 的协议,它被设计成在 WEB 上交换结构化的和固化的信息。 SOAP 可以和现存的许多因特网协议和格式结合使用,包括超文本传输协议( HTTP),简单邮件传输协议(SMTP),多用途网际邮转载 2012-11-20 14:17:13 · 6303 阅读 · 1 评论 -
JSON风格指南
https://github.com/darcyliu/google-styleguide/blob/master/JSONStyleGuide.mdJSON风格指南版本:0.9英文版:http://google-styleguide.googlecode.com/svn/trunk/jsoncstyleguide.xml翻译:Darcy Liu译文转载 2013-07-27 23:02:25 · 8715 阅读 · 0 评论 -
org.json.JSONException: Value of type java.lang.String cannot be converted to JSONObject
解析服务器返回的Json串时,JSONObject对象抛出了这个异常。原以为是返回的json格式错误了,仔细对比看不出所以然。至少字符上看是格式没问题的。。那就可能是编码的问题了。仔细比较每个字符,的确在json串头部发现字符:"\ufeff" 。客户端解决方案:public static final String removeBOM(String data)原创 2014-01-14 10:14:42 · 35512 阅读 · 11 评论 -
周辉 – 大众点评客户端的混合开发尝试
http://2014.ioscon.org/?p=380【周辉】:大家好!今天非常荣幸能跟这么多iOS爱好者和开发者,以及所有的朋友一起分享我们在大众点评客户端混合开发方面的尝试。开始演讲之前我想先给大家看一下大众点评在混合框架方面做的尝试和使用情况。 现在大众点评已经有三款应用使用到了混合框架,大众点评客户端不知道大家有没有用过团购模块,团购模块全部用H5写的转载 2015-03-11 16:49:20 · 2786 阅读 · 0 评论