Interface | Description |
---|---|
JSONArray |
Represents an object that contains listed objects in JSON array format and
can be serialized according to the RFC 7159 JSON specification.
|
JSONObject |
Represents an object that contains key-value pairings in JSON object format
and can be serialized according to RFC 7159 JSON specification.
|
JSONSerializable |
Represents an object that can be serialized according to the RFC 7159 JSON
specification.
|
Class | Description |
---|---|
SimpleJSONArray | |
SimpleJSONObject |
Represents a simple implementation of a
JSONObject , which is a
common, non-thread-safe data format for String -to-Object
data mappings. |
Copyright © 2021 BSPF Systems, LLC. All rights reserved.