Uses of Class
com.couchbase.client.java.json.JsonValue
-
Packages that use JsonValue Package Description com.couchbase.client.java.json JSON encoding and decoding. -
-
Uses of JsonValue in com.couchbase.client.java.json
Subclasses of JsonValue in com.couchbase.client.java.json Modifier and Type Class Description classJsonArrayRepresents a JSON array that can be stored and loaded from Couchbase Server.classJsonNullRepresents the JSON form of "NULL".classJsonObjectRepresents a JSON object that can be stored and loaded from Couchbase Server.
-