Json without serde

If all I want is a json library w/o serde, is https://crates.io/crates/json the way to go, despite being "0.12.4" and not updated for 2 years? (Unlikely json standard changed much recently.)

I've also heard good things about GitHub - not-fl3/nanoserde: Serialisation library with zero dependencies.

2 Likes

Quoting README.md:

> cargo tree
nanoserde v0.1.0 (/../nanoserde)
└── nanoserde-derive v0.1.0 (/../nanoserde/derive)

If only every Rust crate showed the output of cargo tree front and center.

4 Likes

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.