Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 332 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 332 Bytes

JSON

JavaScript Object Notation library for Rust

I made this to learn about parsing a nested word language, also known as a visibly-pushdown language. This is a JSON library without any dependencies other than the standard library. It adheres to the JSON standard as described at json.org.