pub fn parse_stream_json_lines(text: &str) -> Vec<StreamJsonLineOutcome>Expand description
Legacy convenience helper for parsing Claude stream-json output as raw serde_json::Value.
This function is intentionally not the normative parser API. Prefer
ClaudeStreamJsonParser to obtain typed ClaudeStreamJsonEvent values.