| Class | Description |
|---|---|
| JsonArray |
Represents a JSON array that can be stored and loaded from Couchbase Server.
|
| JsonNull |
Represents the JSON form of “NULL”.
|
| JsonObject |
Represents a JSON object that can be stored and loaded from Couchbase Server.
|
| JsonValue |
Represents a JSON value (either a
JsonObject or a JsonArray. |