pub fn json_str<'a>(raw: &'a Value, field: &str) -> &'a str
Extract a string field from JSON, returning “” if missing.