JSON Formatter

Format, minify, and validate your JSON data.

Input JSON

About

Format, minify, sort, validate, and inspect JSON in text or searchable tree views. Parse errors include line and column details.

Key Features

  • Format, minify, and recursive key sorting
  • Tree search and file download

How to use

  1. 1Paste JSON or open a .json file.
  2. 2Choose format, minify, or sort, then inspect and copy or download.

Example

Input

{"user":{"id":"007","name":"Ada"},"active":true}

Output

{
  "user": {
    "id": "007",
    "name": "Ada"
  },
  "active": true
}

Limitations

  • Input is limited to 2,000,000 characters to keep the browser responsive.
  • All input is processed locally in your browser and is never uploaded to ToolHub.

Last reviewed:

Related Tools