fn parse_statuses(v: Option<&Value>) -> Result<Option<Vec<u16>>, String>
Reads a Vec<u16> of HTTP statuses from a JSON array, if present and valid.
Vec<u16>