JSONPath-tester

Test JSONPath-query's op JSON-data en bekijk overeenkomende waarden en paden.

JSON
Plak JSON direct of importeer een bestand vanaf dit apparaat. Ongeldige JSON wordt gemarkeerd voordat de query wordt uitgevoerd.
JSONPath-query
Voer een JSONPath-query in om die op de JSON-invoer links uit te voeren. Laad een voorbeeld om het hulpmiddel snel uit te proberen.
Resultaten
Overeenkomende waarden en paden worden bijgewerkt zodra zowel de JSON-invoer als de JSONPath-query geldig zijn.
Overeenkomsten: 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.