collect_json_text_array

Function collect_json_text_array 

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