Skip to main content

Module json_stream_parser

Module json_stream_parser 

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