mirror of
https://github.com/hanskokx/arcane_helper_utils.git
synced 2026-06-09 23:26:05 +02:00
v1.4.8: Add recursive JSON-safe serialization utilities
- Introduced extension methods for recursive serialization and deserialization of nested maps/lists: `toJsonValue()`, `fromJsonValue()`, `toJsonMap()`, `fromJsonMap()`, `toJsonList()`, and `fromJsonList()`. - Updated README.md to include new utilities. - Added tests for JSON value extensions. - Bumped version to 1.4.8. Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
## 1.4.8
|
||||
|
||||
- Added extension methods for recursive JSON-safe serialization and deserialization of nested maps/lists:
|
||||
- `toJsonValue()` / `fromJsonValue()`
|
||||
- `toJsonMap()` / `fromJsonMap()`
|
||||
- `toJsonList()` / `fromJsonList()`
|
||||
|
||||
## 1.4.7
|
||||
|
||||
- Added the `isExpired` and `expiresSoon` getters to JWT tokens.
|
||||
|
||||
Reference in New Issue
Block a user