1
Fork 0
A serialization/deserialization library for Simplified JSON, the Bitsquid/Stingray flavor of JSON.
Find a file
2023-02-24 11:27:54 +01:00
src fix(parser): Support backslashes in delimited strings 2023-02-24 11:15:17 +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.3 2023-02-24 11:27:54 +01:00
CHANGELOG.adoc version: v0.2.3 2023-02-24 11:27:54 +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.