Package com.couchbase.client.java.json
package com.couchbase.client.java.json
JSON encoding and decoding.
-
ClassDescriptionRepresents a JSON array that can be stored and loaded from Couchbase Server.Represents the JSON form of "NULL".Represents a JSON object that can be stored and loaded from Couchbase Server.A view of a Couchbase
JsonObject
for reading and writing encrypted fields.Represents a JSON value (either aJsonObject
or aJsonArray
.Can be registered with a JacksonObjectMapper
to add support for CouchbaseJsonObject
andJsonArray
.