oxidized-json-checker

Crates.iooxidized-json-checker
lib.rsoxidized-json-checker
version0.3.2
sourcesrc
created_at2020-05-16 13:53:06.622174
updated_at2020-05-19 13:48:36.899211
descriptionA pushdown automaton low memory JSON bytes stream checker
homepagehttps://github.com/Kerollmops/oxidized-json-checker
repositoryhttps://github.com/Kerollmops/oxidized-json-checker
max_upload_size
id242375
size34,176
LV2 Maintainers (github:rustaudio:lv2-maintainers)

documentation

README

oxidized-json-checker

This is a pure Rust version of the JSON_checker library.

This is a Pushdown Automaton that very quickly determines if a JSON text is syntactically correct. It could be used to filter inputs to a system, or to verify that the outputs of a system are syntactically correct.

You can use it with the std::io::Read Rust trait to checked if a JSON is valid without having to keep it in memory.

Commit count: 25

cargo fmt