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

merde_json

JSON serialization and deserialization for merde, via jiter

36 stable releases (8 major)

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

#595 in Encoding

Download history 1274/week @ 2024-09-13 460/week @ 2024-09-20 110/week @ 2024-09-27 872/week @ 2024-10-04 129/week @ 2024-10-11 12/week @ 2024-10-18 1/week @ 2024-10-25 137/week @ 2024-11-01 25/week @ 2024-11-08 140/week @ 2024-11-15 172/week @ 2024-11-22 401/week @ 2024-11-29 96/week @ 2024-12-06 25/week @ 2024-12-13 3/week @ 2024-12-20 77/week @ 2024-12-27

242 downloads per month
Used in 4 crates (3 directly)

Apache-2.0 OR MIT

205KB
5.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.9–7.5MB
~61K SLoC