Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 430 Bytes

File metadata and controls

5 lines (4 loc) · 430 Bytes

Simple JSON parser written in Rust

This Rust JSON parser is my way of diving into The Book and getting comfortable with the language. Although not intended to fully implement JSON specifications, the project provides a pratical experience with Rust while building an interpreter. Emphasizing a few key language concepts and patterns, this implementation is supposed to be concise and simple.