json-parser/README.md

6 lines
152 B
Markdown
Raw Permalink Normal View History

2020-02-10 19:34:27 -05:00
# Naive JSON Parser
A Rust JSON parser with no dependencies
Based on a JavaScript [implementation](https://lihautan.com/json-parser-with-javascript/)