| 接口 | 说明 |
|---|---|
| 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 |
A JSONTokener takes a source string and extracts characters and tokens from it.
|
| JSONUtil |
JSON工具类
|
| 异常错误 | 说明 |
|---|---|
| JSONException |
The JSONException is thrown by the JSON.org classes when things are amiss.
|
Copyright © 2016. All rights reserved.