33 stable releases (6 major)
new 8.0.2 | Nov 24, 2024 |
---|---|
6.2.1 | Oct 7, 2024 |
5.1.0 | Sep 20, 2024 |
4.0.2 | Sep 14, 2024 |
1.0.1 | Jul 29, 2024 |
#925 in Encoding
450 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
~63K SLoC