Testador de JSONPath

Teste consultas JSONPath em dados JSON e visualize valores e caminhos correspondentes.

JSON
Cole JSON diretamente ou importe um arquivo deste dispositivo. JSON inválido é sinalizado antes da execução da consulta.
Consulta JSONPath
Insira uma consulta JSONPath para avaliá-la em relação ao JSON à esquerda. Carregue um exemplo para experimentar a ferramenta rapidamente.
Resultados
Os valores e caminhos correspondentes são atualizados assim que a entrada JSON e a consulta JSONPath são válidas.
Correspondências: 4
[
  "Nigel Rees",
  "Evelyn Waugh",
  "Herman Melville",
  "J. R. R. Tolkien"
]

Overview

Testador 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.