Crates.io | jasper |
lib.rs | jasper |
version | 0.1.1 |
source | src |
created_at | 2023-02-23 13:09:00.417208 |
updated_at | 2023-03-23 18:31:59.646181 |
description | A simple RFC 8259-compliant JSON encoder and decoder |
homepage | |
repository | https://github.com/hoosiernational/Jasper |
max_upload_size | |
id | 792739 |
size | 33,473 |
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.