A serialization/deserialization library for Simplified JSON, the Bitsquid/Stingray flavor of JSON.
I'm still not sure when `deserialize_any` is called over one of the specific variants, but it seems like I do have do make `deserialize_any` aware of all value types. Fixes #1. |
||
---|---|---|
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
CHANGELOG.adoc | ||
Justfile | ||
LICENSE | ||
README.adoc |
Serde SJSON
A serialization/deserialization library for Simplified JSON, specifically, the Bitsquid/Stingray flavor.