simple-json-parser

Crates.iosimple-json-parser
lib.rssimple-json-parser
version0.0.3
sourcesrc
created_at2023-10-18 08:19:24.045277
updated_at2024-05-21 11:42:06.92025
descriptionNo allocation JSON key value parser with comment support
homepage
repositoryhttps://github.com/kaleidawave/simple-json-parser
max_upload_size
id1006511
size26,384
Ben (kaleidawave)

documentation

README

JSON parser/lexer

crates.io badge docs.rs badge

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.

Commit count: 8

cargo fmt