Crates.io | johnrs |
lib.rs | johnrs |
version | 0.1.0 |
source | src |
created_at | 2024-02-11 01:52:16.409528 |
updated_at | 2024-02-11 01:52:16.409528 |
description | Simple library to parse the JOHN notation format |
homepage | |
repository | https://github.com/nora2605/JOHNrs |
max_upload_size | |
id | 1135527 |
size | 22,785 |
A JOHN parser for Rust! The Jane Object Hierarchy Notation is documented here
It supports parsing the full standard (i think) and stringifying pre-constructed JohnValue contructs.
If you want to stringify a custom type you can contribute to this library by adding some magic genericism or serialization trait or you can implement a conversion trait for values to be directly packed into the JohnValue enum.