Skip to main content

parse_json_line

Function parse_json_line 

Source
pub fn parse_json_line(line: &str) -> Result<Value, ClaudeSDKError>
Expand description

Parse a raw JSON string into a JSON Value, returning a structured error on failure