pub fn extract_json_object(content: &str) -> Option<&str>
Extract the first balanced JSON object ({...}) from text.
{...}