JSON Formatter
Pretty-print JSON so it is easy to read, minify it to one line, and see exactly which line and column has a syntax error.
How to format JSON
- Paste your JSON in the left box.
- Choose the indentation, or "Minify" to put it on one line.
- If the JSON is invalid, the line and column of the error are shown.
Frequently asked questions
More JSON tools
JSON RepairAutomatically fix broken JSONJSON CompareFind the differences between two JSON documentsJSON ViewerView JSON as a tree, collapse or expand any branchJSON to YAMLConvert between JSON and YAMLJSON SorterSort JSON fields and arrays from A to ZJSON to CSVConvert between JSON and CSV tablesJSON Escape / UnescapeTurn text into a valid JSON string and backJSON to TypeScriptGenerate TypeScript interfaces from sample JSONJSONPath QueryExtract data from JSON with a JSONPath expression