pub fn arr<'a>(value: &'a Value, key: &str) -> impl Iterator<Item = &'a Value>
Iterate an optional array field (.[key][]? in jq terms).
.[key][]?