Probador de JSONPath

Prueba consultas JSONPath en datos JSON y visualiza valores y rutas coincidentes.

JSON
Pega JSON directamente o importa un archivo desde este dispositivo. El JSON no válido se marca antes de ejecutar la consulta.
Consulta JSONPath
Introduce una consulta JSONPath para evaluarla con el JSON de la izquierda. Carga un ejemplo para probar la herramienta rápidamente.
Resultados
Los valores y rutas coincidentes se actualizan en cuanto tanto la entrada JSON como la consulta JSONPath son válidas.
Coincidencias: 4
[
  "Nigel Rees",
  "Evelyn Waugh",
  "Herman Melville",
  "J. R. R. Tolkien"
]

Overview

Probador de JSONPath lets you run JSONPath queries against JSON data directly in the browser and inspect both the matched values and the matched paths side by side.

When To Use It

Use it when you need to prototype a JSONPath query, debug a selector against real payloads, or verify exactly which parts of a JSON document a query is matching.

How It Works

The tool validates the JSON input first, then evaluates the JSONPath query and keeps both result modes available in the same output panel so you can switch between values and paths without rerunning anything.