Skip to main content

arr

Function arr 

Source
pub fn arr<'a>(value: &'a Value, key: &str) -> impl Iterator<Item = &'a Value>
Expand description

Iterate an optional array field (.[key][]? in jq terms).