Zum Inhalt springen

JSON Formatter und Validator

JSON formatieren, validieren und minimieren sofort im Browser. Perfekt zur Überprüfung von API-Responses und zum Formatieren von Konfigurationsdateien.

100% Free No signup Browser-only 5 languages Dark mode
Falls nicht richtig funktioniert oder die Anzeige fehlerhaft ist Kontaktformular Bitte berichten Sie uns von hier aus. Wir werden dies zur Verbesserung nutzen.

Andere Online-Tools

Verwandte Artikel

📖 Wie man es benutzt

  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.

❓ Häufig gestellte Fragen

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.
🐛 Sind Sie auf ein Problem mit diesem Tool gestoßen?

Vollständig kostenlos und ohne Registrierung. Auch Reproduktionsschritte sind ausreichend. Eingegangene Berichte werden direkt an die Betreiber weitergeleitet und dienen als Referenz für Korrektionen.

※ Um Probleme zu reproduzieren, werden Browser-Informationen (UA / Bildschirmgröße / Sprache / URL) automatisch gesendet