Skip to main content

parse_skill_json

Function parse_skill_json 

Source
pub fn parse_skill_json(output: &str) -> Result<Value>
Expand description

Parse SKILL JSON output: bridge returns "\"[...]\"" — strip outer quotes, unescape inner. Returns Err if the output cannot be parsed as JSON after unescaping.