#json #deserialize-json #declarative-macro #serialization #deserialize #jiter

merde_json

JSON serialization and deserialization for merde, via jiter

17 stable releases (4 major)

new 5.0.0 Sep 15, 2024
4.0.2 Sep 14, 2024
3.0.1 Sep 12, 2024
2.4.1 Sep 5, 2024
1.0.1 Jul 29, 2024

#420 in Encoding

Download history 430/week @ 2024-07-28 18/week @ 2024-08-04 387/week @ 2024-08-11 105/week @ 2024-08-18 14/week @ 2024-08-25 130/week @ 2024-09-01 619/week @ 2024-09-08

982 downloads per month
Used in 3 crates

Apache-2.0 OR MIT

170KB
4.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

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

~1MB
~22K SLoC