31 stable releases (6 major)
8.0.0 | Nov 4, 2024 |
---|---|
6.2.1 | Oct 7, 2024 |
6.0.0 | Sep 22, 2024 |
5.1.0 | Sep 20, 2024 |
1.0.1 | Jul 29, 2024 |
#838 in Encoding
239 downloads per month
Used in 3 crates
210KB
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.
lib.rs
:
Adapter types from tokio::io::AsyncWrite
to JsonSerializerWriter
Dependencies
~2–7.5MB
~64K SLoC