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 --release
cargo run --example examplename
See 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.