JSONObject
and JSONArray
are serializable.See: Description
Interface | Description |
---|---|
JSONString |
An interface that allows an object to be stored as a
JSONObject or JSONArray value. |
Class | Description |
---|---|
JSONArray |
A dense indexed sequence of values.
|
JSONCollection |
Base class for
JSONArray and JSONObject that exists to organize the code
for printing such objects (either compact or pretty). |
JSONLiteral |
A way of including some text (often, text that violates the normal JSON specification) as part of a JSON object or
array.
|
JSONObject |
A modifiable set of name/value mappings.
|
Enum | Description |
---|---|
JSONType |
Represents the different data types supported by JSON.
|
JSONObject
and JSONArray
are serializable.5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.