JSON Formatter

Format, validate, and beautify JSON online. Fast, free, and runs entirely in your browser.


    

Examples

Minified input

{"name":"Adikya","active":true}
{
  "name": "Adikya",
  "active": true
}

FAQ

No. Formatting happens entirely in your browser using JavaScript.

No hard limit is enforced, but very large inputs may be slow to format in the browser.

Guide

Paste JSON into the input box and the formatted, indented result appears immediately.