pub fn parse_many_ids(
    field: &str,
    json: &Value,
    path: &[&str]
) -> Result<Vec<String>, TestError>
Expand description

Performs the same extraction as parse_id but for an array