Skip to content

ad-world/rust-json-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust JSON Parser

This is a tool that can validate JSON format! Built in Rust.

Usage

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}

Tests

To check if tests pass, simply run cargo test in the root directory

About

JSON Parser written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages