Probador JSON path · Guía
JSONPath Syntax Explained
Path notation is simple once the pieces click. Here are the building blocks for navigating JSON.
Dot and bracket access
Dots step into object keys (user.name) and brackets index into arrays (items[2]) or hold quoted keys with awkward characters (obj["first name"]). Chain them to reach any value.
Building a path
Start at the root and add one segment per level until you reach the target. Testing as you go confirms each step exists.
Preguntas frecuentes
Puedo usarlo en trabajo de produccion?
Si, para inspeccion, formato y generacion rapida. Revisa siempre el resultado antes de llevarlo a codigo o configuracion de produccion.
¿Listo para probarlo?
Abre la herramienta gratuita Probador JSON path en el navegador y aplica lo que acabas de leer: sin registro y procesando localmente.
Abrir la herramienta Probador JSON path