#json-parser #json #deserialize #jiter #serialization

merde_json

JSON serialization and deserialization for merde, via jiter

41 stable releases (8 major)

new 10.0.5 Apr 16, 2025
10.0.2 Mar 6, 2025
10.0.1 Jan 29, 2025
10.0.0 Dec 4, 2024
1.0.1 Jul 29, 2024

#1645 in Encoding

Download history 1/week @ 2024-12-21 119/week @ 2024-12-28 11/week @ 2025-01-04 5/week @ 2025-01-11 34/week @ 2025-01-18 214/week @ 2025-01-25 60/week @ 2025-02-01 47/week @ 2025-02-08 24/week @ 2025-02-15 55/week @ 2025-02-22 225/week @ 2025-03-01 66/week @ 2025-03-08 35/week @ 2025-03-15 3/week @ 2025-03-22 2/week @ 2025-03-29 11/week @ 2025-04-05

51 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