# JSON parser/lexer

[](https://crates.io/crates/simple-json-parser)
[](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.