1
Fork 0
A serialization/deserialization library for Simplified JSON, the Bitsquid/Stingray flavor of JSON.
Find a file
Lucas Schwiderski 5ec97dab43
Implement generic writer target
Implements `to_writer` and `to_vec` functions.
2024-03-21 10:13:45 +01:00
src Implement generic writer target 2024-03-21 10:13:45 +01:00
tests Implement generic writer target 2024-03-21 10:13:45 +01:00
.gitignore feat: Implement serialization 2022-11-18 09:21:46 +01:00
Cargo.toml version: v1.0.0 2023-03-10 11:27:59 +01:00
CHANGELOG.adoc Implement generic writer target 2024-03-21 10:13:45 +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.