pub fn json_str_or<'a>(raw: &'a Value, field: &str, default: &'a str) -> &'a str
Extract a string field from JSON with a default value.