This is a tool that can validate JSON format! Built in Rust.
To build the binary, simply run cargo build
in the main directory. The binary will be generated in target/temp
and will be titled rust-json-parser
.
Then, you can run the program like so:
./target/temp/rust-json-parser {filename}
To check if tests pass, simply run cargo test
in the root directory