simple-json-parser 0.0.3

No allocation JSON key value parser with comment support
Documentation
1
2
3
4
5
6
7
8
9
10
11
# JSON parser/lexer

[![crates.io badge](https://img.shields.io/crates/v/simple-json-parser?style=flat-square)](https://crates.io/crates/simple-json-parser)
[![docs.rs badge](https://img.shields.io/docsrs/simple-json-parser?style=flat-square)](https://docs.rs/simple-json-parser/latest)

Features
- Under < 200 LOC Rust lexer (+ no dependencies)
- Visiting / callback based API (no allocation)
- Handles single and multiline comments in JSON

See examples and tests for usage.