JSON Tools
Format, minify, validate, clean up, and diff JSON
Format
Minify
Validate
Clean up
Diff
Input
{ "name": "dev tools", "version": 1, "tags": ["json", "utility"], "nested": {"ok": true} }
Output
Copy
Download
{ "name": "dev tools", "version": 1, "tags": [ "json", "utility" ], "nested": { "ok": true } }
Jump to a tool
Search tools by name