fn collect_json_text_array( field: &'static str, json: &str, values: &mut BTreeSet<String>, ) -> Result<(), ModelError>