2 releases
0.1.1 | Mar 23, 2023 |
---|---|
0.1.0 | Feb 23, 2023 |
#1741 in Encoding
33KB
745 lines
Jasper
Simple lightweight JSON encoder/decoder which allows fast RFC 8259-compliant JSON reading, writing, and validation without the large dependencies and unnecessary ilk of the serde_json crate.
All interaction is done through the public methods of two well-documented enums and one struct.