Package com.couchbase.client.java.json
JSON encoding and decoding, as well as marker interfaces and classes.
-
Class Summary Class Description JacksonTransformers 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 aJsonObject
or aJsonArray
.