Pular para o conteúdo

Formatador e Validador JSON

Formatar, validar e minificar JSON instantaneamente no navegador. Ideal para verificar respostas de API e formatar arquivos de configuração.

100% Free No signup Browser-only 5 languages Dark mode
Se não funcionar corretamente ou a exibição estiver incorreta Formulário de contato Favor nos informar a partir daqui. Usaremos para melhorar.

Outras ferramentas online

Artigos relacionados

📖 Como usar

  1. 1
    Paste JSON
    Copy JSON from an API response or config file and paste it into the input.
  2. 2
    Choose format or minify
    Pick indent width and click Format to prettify, or Minify to compress to a single line.
  3. 3
    Validate & fix
    Syntax errors show line number and reason. Copy result with one click.

❓ Perguntas frequentes

Does it handle JSON with comments (JSON5 / JSONC)?
Standard JSON (RFC 8259) has no comments, but this tool has a lenient mode that accepts // and /* */ comments — handy for tsconfig.json or ESLint configs.
Is my data sent to a server?
No — all parsing happens in your browser JavaScript. No network request is made, so you can safely paste JSON containing secrets.
Does it handle large JSON (10+ MB)?
Up to tens of MB works in practice (depends on browser memory). For larger files, use jq or Python json.tool on the command line.
Can I sort keys alphabetically?
Enable "Sort keys" in options to alphabetize all object keys at every depth — useful for clean diffs.
🐛 Você encontrou um problema com esta ferramenta?

Completamente gratuito e sem registro. Até as etapas de reprodução são suficientes. Os relatos recebidos chegam diretamente aos operadores e servem como referência para correções.

※ Para reproduzir problemas, informações do navegador (UA / tamanho de tela / idioma / URL) são enviadas automaticamente