get_str_array

Function get_str_array 

Source
pub fn get_str_array<'a, S: BuildHasher>(
    json_block: &'a HashMap<&str, JSONValue<'_, S>, S>,
    field: &str,
) -> Result<Vec<&'a str>, ParseJsonError>