Package | Description |
---|---|
io.lettuce.core.json |
Support for the JSON Redis Module.
|
Modifier and Type | Method and Description |
---|---|
JsonObject |
JsonValue.asJsonObject() |
JsonObject |
JsonParser.createJsonObject()
Create a new empty
JsonObject . |
JsonObject |
DefaultJsonParser.createJsonObject() |
JsonObject |
JsonObject.put(String key,
JsonValue element)
Add (if there is no value with the same key already) or replace (if there is) a new
JsonValue to the object under
the provided key. |
Copyright © 2025 lettuce.io. All rights reserved.