| Interface | Description |
|---|---|
| DecodeJson<T> | |
| JsonValue |
A simple wrapper over Jackson's JsonNode that enables type safe parsing via the `DecodeJson` type
class.
|
| Class | Description |
|---|---|
| DecodeJson.DecodeBoolean | |
| DecodeJson.DecodeDouble | |
| DecodeJson.DecodeInteger | |
| DecodeJson.DecodeLong | |
| DecodeJson.DecodeString | |
| JsonArray | |
| JsonObject | |
| JsonValue.BasicJsonValue |