Herramientas JSON
Probador JSONPath
Prueba expresiones JSONPath seguras, inspecciona valores y copia sus rutas originales.
Examples: $.users[0].name · $.users[*].name · $.meta
0 matches
All data is processed locally in your browser. Nothing is uploaded or sent to analytics.
La mayoría de las herramientas procesa todo localmente en el navegador. La eliminación de fondos sube las imágenes seleccionadas y borra el original al terminar.
Sponsored linkLearn more →
Cómo usarlo
- Paste JSON and enter an expression beginning with $.
- Run the query to see matching values and paths.
- Copy individual values or refine the expression using the examples.
Ideal para
- Finding fields in API payloads
- Checking a JSONPath before coding
- Extracting repeated array values
Información útil
This lightweight tester supports properties, numeric indexes, quoted keys and wildcards; it intentionally does not execute filters or scripts.
Preguntas frecuentes
Can JSONPath run JavaScript?
No. Only a safe, declarative subset is parsed; filters and script expressions are rejected.
What does $ mean?
$ represents the root JSON value.
También te puede interesar
Visor JSON
Explora JSON en un árbol plegable con rutas, búsqueda y copia de valores.
Abrir herramienta →Formateador y validador JSON
Formatea, valida, minimiza e inspecciona JSON con errores por línea y estadísticas.
Abrir herramienta →Generador y validador JSON Schema
Genera un esquema desde datos de ejemplo o valida JSON con errores por campo.
Abrir herramienta →