30 stable releases (5 major)

new 6.2.1 Oct 7, 2024
6.0.0 Sep 22, 2024
5.1.0 Sep 20, 2024
4.0.2 Sep 14, 2024
1.0.1 Jul 29, 2024

#373 in Encoding

Download history 307/week @ 2024-07-25 139/week @ 2024-08-01 9/week @ 2024-08-08 474/week @ 2024-08-15 23/week @ 2024-08-22 4/week @ 2024-08-29 176/week @ 2024-09-05 1344/week @ 2024-09-12 493/week @ 2024-09-19 115/week @ 2024-09-26 800/week @ 2024-10-03

2,796 downloads per month
Used in 3 crates

Apache-2.0 OR MIT

185KB
5K SLoC

license: MIT/Apache-2.0 crates.io docs.rs

merde_json

The merde logo: a glorious poop floating above a pair of hands

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.5MB
~27K SLoC