[][src]Function json_pest_parser::get_str_array

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