3 releases
0.0.3 | May 21, 2024 |
---|---|
0.0.2 | Mar 9, 2024 |
0.0.1 | Oct 18, 2023 |
#88 in #json-parser
34 downloads per month
Used in 2 crates
12KB
282 lines
JSON parser/lexer
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.