Tester JSONPath

Testa query JSONPath su dati JSON e visualizza valori e percorsi corrispondenti.

JSON
Incolla direttamente il JSON oppure importa un file da questo dispositivo. Il JSON non valido viene segnalato prima dell'esecuzione della query.
Query JSONPath
Inserisci una query JSONPath da valutare sul JSON a sinistra. Carica un esempio per provare rapidamente lo strumento.
Risultati
Valori e percorsi corrispondenti si aggiornano non appena sia l'input JSON sia la query JSONPath sono validi.
Corrispondenze: 4
[
  "Nigel Rees",
  "Evelyn Waugh",
  "Herman Melville",
  "J. R. R. Tolkien"
]

Overview

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