Expand description
Streaming JSON parser for RESPONSE sections.
Parses multiple JSON values from a single section block by tracking depth, string state, and escape characters — a state-machine approach that handles JSON5 with comments.
Functions§
- parse_
response_ json_ values - Parse multiple JSON values from a single content string.