JSON Formatter

Pretty-print JSON with 2, 4 spaces or tabs, and optionally sort keys.

Runs in your browser
Paste JSON
Formatted JSON · 214 B
{
  "name": "SolveIt",
  "tools": 38,
  "workflows": 52,
  "features": [
    "Problem Solver",
    "Smart Search",
    "Workflows"
  ],
  "privacy": {
    "clientSide": true,
    "uploads": null
  },
  "tags": []
}

How to use JSON Formatter

1

Paste JSON.

2

Choose indentation.

3

Copy or download formatted JSON.

Related workflows

Frequently asked questions

Does formatting change my data?

No. Only whitespace changes unless you choose to sort keys.

About this tool

Turn a wall of JSON into readable, indented text. Sort keys for easier diffs.

JSON Formatter runs entirely in your web browser. Your data are processed on your own device and are never uploaded to our servers, which makes it safe for personal and business files.