simple-json-parser

Crates.iosimple-json-parser
lib.rssimple-json-parser
version0.0.5
created_at2023-10-18 08:19:24.045277+00
updated_at2025-01-13 15:43:04.907668+00
descriptionNo allocation JSON key value parser with comment support
homepage
repositoryhttps://github.com/kaleidawave/simple-json-parser
max_upload_size
id1006511
size33,879
Ben (kaleidawave)

documentation

README

JSON parser/lexer

lines of code crates.io badge docs.rs badge

Features

  • Under < 200 LOC Rust lexer
  • No dependencies
  • Visiting / callback based API (avoids allocations)
  • Handles single and multiline comments in JSON

See examples and tests for usage.

Commit count: 12

cargo fmt