Select
Related Operators
Select elements from array using wildcard prefix
- cat
- goat
- dogyq '.[] | select(. == "*at")' sample.ymlcat
goatSelect elements from array using wildcard suffix
Select elements from array using wildcard prefix and suffix
Select elements from array with regular expression
Select items from a map
Use select and with_entries to filter map keys
Select multiple items in a map and update
Last updated