This repository contains an implementation of a JSON parser, written in Rust. This project is a part of my ongoing journey to enhance my Rust programming skills and delve into parsing techniques.
I'll get to this project later, It's not done yet.
The JSON parser is a tool that reads JSON (JavaScript Object Notation) and extracts information or performs specific operations based on the structure of the JSON data.
This JSON parser is implemented in Rust, a language I am actively learning..
- Parses JSON data and validate it only
cc-json-parser -- filename.jsonAs I'm currently using Windows, there might be limited or no support for standard input in this implementation. Feel free to explore and adapt the code accordingly for your specific use case.
- Clone the repository:
git clone https://github.com/monzeromer-lab/cc-json-parser.git
cd cc-json-parser2.Build the JSON parser:
cargo build3.Run the JSON parser:
cargo run -- filename.jsonFeel free to explore, Happy coding!