pub fn parse_and_check_json_markdown( text: &str, expected_keys: &[&str], ) -> Result<Value, JsonParseError>