pub fn array(path: &str, value: Value) -> Result<Vec<Value>, Error>
Fails with WrongType when the value is not an array.
WrongType