pub fn optional_json_string_array( value: &Value, field: &str, ) -> Option<Vec<String>>
Read an optional string array, dropping empty entries.