Ferramentas JSON
Testador JSONPath
Teste expressões JSONPath seguras, inspecione valores e copie os caminhos originais.
Examples: $.users[0].name · $.users[*].name · $.meta
0 matches
All data is processed locally in your browser. Nothing is uploaded or sent to analytics.
A maioria das ferramentas processa tudo localmente no navegador. A remoção de fundo envia as imagens escolhidas e exclui o original após o processamento.
Sponsored linkLearn more →
Como usar
- 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
Bom saber
This lightweight tester supports properties, numeric indexes, quoted keys and wildcards; it intentionally does not execute filters or scripts.
Perguntas frequentes
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.
Você também pode gostar
Visualizador JSON
Explore JSON em uma árvore recolhível com caminhos, busca e cópia de valores.
Abrir ferramenta →Formatador e validador JSON
Formate, valide, compacte e inspecione JSON com erros por linha e estatísticas.
Abrir ferramenta →Gerador e validador JSON Schema
Gere um schema a partir de exemplos ou valide JSON com erros por campo.
Abrir ferramenta →