jsonm 0.2.2

jsonm implementation port for Rust. jsonm is a fast and safe way to compress JSON messages using memoization. jsonm makes messages up to several orders of magnitude smaller by getting rid of repeated names and values.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Changelog

All notable changes to this project will be documented in this file.

## [0.2.1] - 2025-12-23

### Fixed
- Fixed panic when unpacking empty objects (`{}`)
- Fixed null values being corrupted during pack/unpack cycle due to dictionary index mismatch
- Fixed boolean values not being properly memoized in unpacker

### Added
- Added tests for empty object handling
- Added tests for null and boolean value memoization

## [0.2.0] - Previous release

(Add previous release notes here if available)