Probador de JMESPath

Evalúa expresiones JMESPath en datos JSON y revisa el resultado.

JSON
Pega JSON directamente o importa un archivo desde este dispositivo. El JSON no válido se marca antes de ejecutar la consulta.
Expresión JMESPath
Introduce una expresión JMESPath para evaluarla con el JSON de la izquierda. Carga un ejemplo para probar la herramienta rápidamente.
Resultados
Los resultados se actualizan en cuanto tanto la entrada JSON como la expresión JMESPath son válidas.
Resultados: 3
[
  "Smith",
  "Jones",
  "Wilson"
]

What It Does

Probador de JMESPath lets you run a JMESPath expression against JSON data directly in the browser. You can inspect the matched result, copy it, or download it as formatted JSON without leaving the page.

When To Use It

Use it when you need to prototype a JMESPath query, debug a filter expression, or verify exactly which values a JSON query will return before you embed that expression somewhere else.

What To Expect

The tool validates the JSON input first, then evaluates the JMESPath expression. If either side is invalid, the error is surfaced immediately. When the query succeeds, the result is formatted as JSON and the result count is shown alongside the output.