1
Fork 0
A serialization/deserialization library for Simplified JSON, the Bitsquid/Stingray flavor of JSON.
Find a file
Lucas Schwiderski 5a367bc478
fix: Fix deserializing arrays and structs
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.
2023-02-18 18:28:44 +01:00
src fix: Fix deserializing arrays and structs 2023-02-18 18:28:44 +01:00
tests refactor: Apply clippy suggestions 2022-12-08 22:31:30 +01:00
.gitignore feat: Implement serialization 2022-11-18 09:21:46 +01:00
Cargo.toml version: v0.2.1 2022-12-28 19:48:42 +01:00
CHANGELOG.adoc fix: Fix deserializing arrays and structs 2023-02-18 18:28:44 +01:00
Justfile feat: Implement serialization 2022-11-18 09:21:46 +01:00
LICENSE feat: Implement serialization 2022-11-18 09:21:46 +01:00
README.adoc feat: Implement serialization 2022-11-18 09:21:46 +01:00

Serde SJSON

A serialization/deserialization library for Simplified JSON, specifically, the Bitsquid/Stingray flavor.