pub fn extract_json_array(content: &str) -> Option<&str>
Extract the first balanced JSON array ([...]) from text.
[...]