Skip to content

codesInML/rust-json-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A JSON Parser built with Rust

It takes a path to a JSON file as an argument, parses it and exits with non zero code if an invalid token was encounter.

Simply clone the repo and run

cargo run -- ./tests/step1/valid.json

or using the prebuilt executable

./target/release/json_parser ./tests/step1/valid.json

About

A json parsing application built with rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages