merde_json 3.0.1

JSON serialization and deserialization for merde, via jiter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[![license: MIT/Apache-2.0](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](LICENSE-MIT)
[![crates.io](https://img.shields.io/crates/v/merde_json.svg)](https://crates.io/crates/merde_json)
[![docs.rs](https://docs.rs/merde_json/badge.svg)](https://docs.rs/merde_json)

# merde_json

![The merde logo: a glorious poop floating above a pair of hands](https://github.com/user-attachments/assets/763d60e0-5101-48af-bc72-f96f516a5d0f)

Adds JSON serialization/deserialization support for
[merde](https://crates.io/crates/merde) through the [jiter](https://crates.io/crates/jiter) crate.

You would normally add a dependency on [merde](https://crates.io/crates/merde)
directly, enabling its `json` feature.