pub fn extract_json_object(text: &str) -> Option<&str>
Extract the first balanced JSON object from a string.
Finds the first { and returns the substring up to the matching }.
{
}