Skip to content

Frequently used patterns

Nolan Woods edited this page Mar 25, 2022 · 4 revisions

Common requests

To achieve this… …write JMESPath expression Description
x ? y : z (x && y) || z Ternary operator

How to

Clone this wiki locally