merde_json 5.0.0

JSON serialization and deserialization for merde, via jiter
Documentation

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.