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

Performs the same extraction as parse_compound_id but for an array