| 程序包 | 说明 |
|---|---|
| com.xiaoleilu.hutool.json | |
| com.xiaoleilu.hutool.util |
| 类和说明 |
|---|
| JSON
JSON接口
|
| JSONArray
A JSONArray is an ordered sequence of values.
|
| JSONException
The JSONException is thrown by the JSON.org classes when things are amiss.
|
| 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是一个无序键值对.
|
| 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
A JSONTokener takes a source string and extracts characters and tokens from it.
|
| 类和说明 |
|---|
| JSON
JSON接口
|
| JSONArray
A JSONArray is an ordered sequence of values.
|
| JSONObject
JSONObject是一个无序键值对.
|
Copyright © 2016. All rights reserved.