| Interface | Description |
|---|---|
| JsonArray | |
| JsonObject | |
| JsonParser |
The JsonParser is an abstraction that allows transforming a JSON document from a
ByteBuffer to implementations of the
JsonValue interface and vice versa. |
| JsonValue |
| Class | Description |
|---|---|
| DefaultJsonParser |
Default implementation of the
JsonParser that should fit most use cases. |
| JsonPath |
Describes a path to a certain
JsonValue inside a JSON document. |
| Enum | Description |
|---|---|
| JsonType |
JSON types as returned by the JSON.TYPE command
|
| Exception | Description |
|---|---|
| RedisJsonException |
Copyright © 2025 lettuce.io. All rights reserved.