1
Fork 0
A serialization/deserialization library for Simplified JSON, the Bitsquid/Stingray flavor of JSON.
Find a file
Lucas Schwiderski 25b4083379
Merge branch 'fix/backslash'
* fix/backslash:
  fix(parser): Support backslashes in delimited strings
2023-02-24 11:26:27 +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.2 2023-02-18 18:37:37 +01:00
CHANGELOG.adoc version: v0.2.2 2023-02-18 18:37:37 +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.