merde_json

Crates.iomerde_json
lib.rsmerde_json
version10.0.6
created_at2024-07-29 17:04:26.72705+00
updated_at2025-04-25 08:49:47.164911+00
descriptionJSON serialization and deserialization for merde, via jiter
homepage
repositoryhttps://github.com/bearcove/merde
max_upload_size
id1319030
size101,997
Amos Wenger (fasterthanlime)

documentation

README

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.

Commit count: 286

cargo fmt