ToolsCandy

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

  1. Paste JSON data.
  2. Enter a JMESPath expression.
  3. Copy the projected result.

Examples

Filter by age

people[?age >= `30`].name
["Ada"]

FAQ