JSON Formatter

Format, validate and minify JSON. Errors show the line and column.

Runs in your browser. Files are not uploaded.

How to use

  1. Paste your JSON.
  2. Choose format or minify, and the indent.
  3. Copy the result.

Questions

Does it change my numbers?

No. Large numbers keep their exact digits in browsers that support it (Chrome, Edge, Firefox).

What does "Sort keys" do?

It orders the keys of every object alphabetically, which makes two JSON files easier to compare.

More developer tools