| 接口 | 说明 |
|---|---|
| JSON |
JSON接口
|
| JSONString |
The
JSONString interface allows a toJSONString()
method so that a class can change the behavior of
JSONObject.toString(), JSONArray.toString(),
and JSONWriter.value(Object). |
| 类 | 说明 |
|---|---|
| JSONArray |
A JSONArray is an ordered sequence of values.
|
| JSONNull |
JSONObject.NULL is equivalent to the value that JavaScript calls null,
whilst Java's null is equivalent to the value that JavaScript calls undefined. |
| JSONObject |
JSONObject是一个无序键值对.
|
| JSONSupport |
JSON支持
继承此类实现实体类与JSON的相互转换 |
| JSONTokener |
JSON解析器,用于将JSON字符串解析为JSONObject或者JSONArray
|
| JSONUtil |
JSON工具类
|
| XML |
This provides static methods to convert an XML text into a JSONObject, and to covert a JSONObject into an XML text.
|
| XMLTokener |
The XMLTokener extends the JSONTokener to provide additional methods for the parsing of XML texts.
|
| 异常错误 | 说明 |
|---|---|
| JSONException |
The JSONException is thrown by the JSON.org classes when things are amiss.
|
Copyright © 2016. All rights reserved.