| 接口 | 说明 |
|---|---|
| JSONAware |
Beans that support customized output of JSON text shall implement this interface.
|
| JSONStreamAware |
Beans that support customized output of JSON text to a writer shall implement this interface.
|
| 类 | 说明 |
|---|---|
| ItemList |
|a:b:c| => |a|,|b|,|c|
|:| => ||,||
|a:| => |a|,||
|
| JSONArray |
A JSON array.
|
| JSONKit |
JSON工具类
|
| JSONObject |
A JSON object.
|
| JSONValue |
| 异常错误 | 说明 |
|---|---|
| JSONException |
The JSONException is thrown by the JSON.org classes when things are amiss.
|
Copyright © 2015. All rights reserved.