Module simple

Module simple 

Source
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§

ParseConfig
Parser configuration
ParseStats
Parser statistics
SimpleParser
Simple parser based on serde_json