-
fix: _load raises on valid-but-non-object JSON
released this
2026-06-28 21:18:28 +00:00 | 5 commits to main since this releasea store file holding valid JSON that is not an object (null/number/string/array) returned a non-dict, breaking get/set/delete/get_all. now raises ValueError, matching the documented corrupt-file contract.
Signed-off-by: disqualifier dev@disqualifier.me
Downloads