码迷,mamicode.com
首页 > Web开发 > 详细

JSONObject 解析

时间:2014-07-18 12:32:58      阅读:285      评论:0      收藏:0      [点我收藏+]

标签:style   http   java   os   io   for   

之前解析json一直用get的方法,但是如果抛异常会让解析中断很烦人。今天发现了JSONObject还提供了一个更好用的方法opt。看来以后文档还是要更加认真的读的,下面是文档中的原文。

A JSONObject constructor can be used to convert an external form JSON text into an internal form whose values can be retrieved with the get and opt methods, or to convert values into a JSON text using the put and toString methods. A get method returns a value if one can be found, and throws an exception if one cannot be found. An opt method returns a default value instead of throwing an exception, and so is useful for obtaining optional values.

详见:http://www.json.org/javadoc/org/json/JSONObject.html

JSONObject 解析,布布扣,bubuko.com

JSONObject 解析

标签:style   http   java   os   io   for   

原文地址:http://blog.csdn.net/actsai/article/details/37924551

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!