pub fn parse_iperf3_servers(json: &str) -> Result<Vec<Server>, Error>
Parse an iperf3 public server list JSON document into Server values.
Server