Path Expressions
Path expressions are used to deeply navigate and match particular yaml nodes.
Simple expressions
Maps
a:
b:
c: thing # MATCHESArrays
a:
b:
- c: thing0
- c: thing1 # MATCHES
- c: thing2Appending to arrays
Negative Array indexes
Splat
Maps
Prefix splat
Arrays
Deep Splat
Search by children nodes
With prefixes
Matching children values
Special Characters
Keys with dots
Keys (and values) with leading dashes
Last updated