Skip to content

Frequently used patterns

Springcomp edited this page Mar 18, 2023 · 4 revisions

Common requests

To achieve this… …write JMESPath expression Description
x ? y : z (x && y) || z Ternary operator
discard null from_items( items(@) [?@[1]] ) Discarding null or empty values

How to

Clone this wiki locally