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 class
JsonArray
Represents a JSON array that can be stored and loaded from Couchbase Server.class
JsonNull
Represents the JSON form of "NULL".class
JsonObject
Represents a JSON object that can be stored and loaded from Couchbase Server.
-