Expand description
Simplified serde-based parser for PJS MVP
This parser uses serde_json as the foundation and focuses on PJS’s unique features: semantic analysis, chunking, and streaming.
Structs§
- Parse
Config - Parser configuration
- Parse
Stats - Parser statistics
- Simple
Parser - Simple parser based on serde_json