JMESPath Playground
Run JMESPath expressions (AWS CLI --query syntax) against JSON.
About this tool
Paste a JSON document and a JMESPath expression — the same syntax AWS CLI accepts via `--query`. Projections (`[*]`), multi-select hashes (`{a: a, b: b}`), filters (`[?price > `10`]`), and built-in functions (`length`, `keys`, `sort`, `min`, `max`, `sum`, `avg`, `contains`, `starts_with`, `to_string`, `to_number`) are supported.