Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 608 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 608 Bytes

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.