36 stable releases (8 major)
new 10.0.0 | Dec 4, 2024 |
---|---|
9.0.1 | Dec 2, 2024 |
9.0.0 | Nov 30, 2024 |
8.0.2 | Nov 24, 2024 |
1.0.1 | Jul 29, 2024 |
#641 in Encoding
808 downloads per month
Used in 3 crates
205KB
5.5K
SLoC
merde_json
Logo by MisiasArt
Adds JSON serialization/deserialization support for merde.
You would normally add a dependency on merde
directly, enabling its json
feature.
Implementation
The underlying parser (including aarch64 SIMD support, bignum support, etc.) has been taken wholesale from the jiter crate for now.
An issue has been opened to discuss sharing a core.
Dependencies
~1.9–7.5MB
~61K SLoC