pub fn json_get(json: &str, field: &str) -> Option<String>
Get a field from a JSON object as a string. Returns None if the field doesn’t exist or isn’t a string.