simple-json-parser 0.0.4

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

![lines of code](https://kaleidawave-projectinformation.web.val.run/project/simple-json-parser/badge)
[![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 (avoids allocations)
- Handles single and multiline comments in JSON

See [examples](/examples/) and [tests](/tests/) for usage.