https://github.com/kaleidawave/simple-json-parser
No allocation JSON key value parser with support for comments
https://github.com/kaleidawave/simple-json-parser
json no-allocation parser rust
Last synced: 9 months ago
JSON representation
No allocation JSON key value parser with support for comments
- Host: GitHub
- URL: https://github.com/kaleidawave/simple-json-parser
- Owner: kaleidawave
- Created: 2023-10-17T15:34:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-08T22:41:13.000Z (11 months ago)
- Last Synced: 2025-05-12T23:54:08.522Z (9 months ago)
- Topics: json, no-allocation, parser, rust
- Language: Rust
- Homepage:
- Size: 62.5 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.