| Crates.io | nosejob |
| lib.rs | nosejob |
| version | 1.0.0 |
| created_at | 2022-11-13 17:36:03.817649+00 |
| updated_at | 2022-11-13 17:36:03.817649+00 |
| description | Lightweight No Std JSON Parser |
| homepage | |
| repository | https://github.com/WeirdPtr/nosejob |
| max_upload_size | |
| id | 714336 |
| size | 17,417 |
nosejob is a simple json parser written in Rust.
Report Bug
ยท
Request Feature
This is a small JSON Parser implementation which is meant for read-once payloads.
cargo build --releasecargo run --example examplenameSee the open issues for a full list of proposed features (and known issues).
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Distributed under the MIT License. See LICENSE for more information.