stablejson 0.1.0
- First public release.
- Deterministic compact serialization for supported JSON-compatible values.
- SHA-256 digest over canonical UTF-8 bytes.
- Supports Python value and JSON document input modes.
- Fail-closed typed results for malformed or unsupported input.
- No runtime dependencies.
- Requires Python 3.12 or newer.
- Not RFC 8785 / JCS compatible.
- Floats are intentionally unsupported.