• v0.1.0 e29c523c12

    fix: _load raises on valid-but-non-object JSON

    dsql released this 2026-06-28 21:18:28 +00:00 | 5 commits to main since this release

    a 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