JSONPath-tester

Test JSONPath-spørringer på JSON-data og se samsvarende verdier og stier.

JSON
Lim inn JSON direkte eller importer en fil fra denne enheten. Ugyldig JSON markeres før spørringen kjøres.
JSONPath-spørring
Skriv inn en JSONPath-spørring for å evaluere den mot JSON-inndataene til venstre. Last inn et eksempel for å prøve verktøyet raskt.
Resultater
Samsvarende verdier og stier oppdateres så snart både JSON-inndataene og JSONPath-spørringen er gyldige.
Treff: 4
[
  "Nigel Rees",
  "Evelyn Waugh",
  "Herman Melville",
  "J. R. R. Tolkien"
]

Overview

JSONPath-tester 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.