{ } docs

JSON Formatter — Help & Guide

Everything about formatting, validating, and exploring JSON — the views, the syntax, the shortcuts, and the answers to common questions.

// quick start

Format JSON in four steps

  1. 1

    Paste your JSON

    Drop raw, minified or even slightly broken JSON into the editor — or use Open / Paste.

  2. 2

    Format

    Click Format (or press Cmd/Ctrl + Enter). Invalid JSON is auto-fixed where possible.

  3. 3

    Explore

    Switch tabs to view your data as a tree, graph, stats dashboard, diff, search or map.

  4. 4

    Copy or download

    Copy to the clipboard or download a .json file with Cmd/Ctrl + S.

// shortcuts

Keyboard shortcuts

Format JSON/Ctrl+
Download .json/Ctrl+S

// why use it

Built for developers

Instant formatting

Beautify minified or messy JSON in one click with clean, consistent indentation.

Real-time validation

Catch syntax errors instantly with clear, located messages while you type.

Smart auto-fix

Trailing commas, single quotes and unquoted keys are repaired automatically.

100% private

Everything runs in your browser. No servers, no tracking, no data ever leaves your machine.