pub fn extract_str(json: &str, key: &str) -> Option<String>
Extract a string value from a flat JSON object: {“key”:“value”,…}