JMESPath Query — JSON Search & Projection
Query JSON with JMESPath — filters, projections, and functions. Ideal for AWS API responses and config inspection. Client-side only.
Your data never leaves your browser
JSON document
JMESPath expression
Result
About this tool
JMESPathFilters & projectionsFunctionsExamplesFullscreen
How to use
- Paste JSON data.
- Enter a JMESPath expression.
- Copy the projected result.
Examples
Filter by age
people[?age >= `30`].name
["Ada"]