Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 270 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 270 Bytes

Rust JSON Parser

This is my own implementation of the Build your JSON parser coding challenge.

For now it is actually just a JSON syntax checker. It aims at implementing the whole JSON specification.