| 程序包 | 说明 |
|---|---|
| com.xiaoleilu.hutool.http | |
| com.xiaoleilu.hutool.io | |
| com.xiaoleilu.hutool.io.file | |
| com.xiaoleilu.hutool.json |
| 类和说明 |
|---|
| JSON
JSON接口
|
| 类和说明 |
|---|
| JSON
JSON接口
|
| JSONArray
JSON数组
|
| JSONObject
JSON对象
例: myString = new JSONObject().put("JSON", "Hello, World! |
| 类和说明 |
|---|
| JSON
JSON接口
|
| JSONArray
JSON数组
|
| JSONObject
JSON对象
例: myString = new JSONObject().put("JSON", "Hello, World! |
| 类和说明 |
|---|
| JSON
JSON接口
|
| JSONArray
JSON数组
|
| JSONException
The JSONException is thrown by the JSON.org classes when things are amiss.
|
| JSONGetter
用于JSON的Getter类,提供各种类型的Getter方法
|
| 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
JSON对象
例: myString = new JSONObject().put("JSON", "Hello, World! |
| 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). |
| JSONTokener
JSON解析器,用于将JSON字符串解析为JSONObject或者JSONArray
|
Copyright © 2017. All rights reserved.