| 程序包 | 说明 |
|---|---|
| org.json |
| 类和说明 |
|---|
| JSONArray
A dense indexed sequence of values.
|
| JSONException
Thrown to indicate a problem with the JSON API.
|
| JSONObject
A modifiable set of name/value mappings.
|
| JSONStringer
Implements
JSONObject.toString() and JSONArray.toString(). |
| JSONTokener
Parses a JSON (RFC 4627)
encoded string into the corresponding object.
|
Copyright © 2020. All rights reserved.