| Package | Description |
|---|---|
| io.lettuce.core.json |
Support for the JSON Redis Module.
|
| Modifier and Type | Method and Description |
|---|---|
JsonArray |
JsonArray.add(JsonValue element)
Add a new
JsonValue to the array. |
JsonArray |
JsonValue.asJsonArray() |
JsonArray |
JsonParser.createJsonArray()
Create a new empty
JsonArray. |
JsonArray |
DefaultJsonParser.createJsonArray() |
JsonArray |
JsonArray.swap(int index,
JsonValue newElement)
|
| Modifier and Type | Method and Description |
|---|---|
void |
JsonArray.addAll(JsonArray element)
Add all elements from the provided
JsonArray to this array. |
Copyright © 2025 lettuce.io. All rights reserved.