Tester JSON Path
Testa espressioni JSONPath su dati JSON. Inserisci il tuo JSON, scrivi un'espressione e visualizza i risultati.
Esempi
Inserisci JSON e un'espressione JSONPath
Interroga dati JSON con espressioni JSONPath
Ctrl+Enter eseguireCtrl+Shift+C copiare
Per saperne di più
JSONPath: linguaggio di query per estrarre dati JSON
Impara la sintassi JSONPath per filtrare ed estrarre valori da strutture JSON complesse.
What Is JSONPath?
JSONPath is a query language for extracting data from JSON documents. Just as XPath navigates XML documents, JSONPath navigates JSON structures using a concise expression syntax. It was formalized in RFC 9535 (February 2024) after years of informal specification.
7 min di letturaLeggi la guida completa