Back to tools
/
JSON Formatter
Ctrl
K
EN
JSON Formatter
Format and beautify JSON with custom indentation
Sample
Copy
Format
Clear
Indentation:
2 spaces
4 spaces
Tabs
Input
{ "name": "tools.eubyt.dev", "version": "1.0.0", "features": [ "hashes", "json", "jwt", "crypto" ], "settings": { "clientOnly": true, "fast": true } }
Output
{ "name": "tools.eubyt.dev", "version": "1.0.0", "features": [ "hashes", "json", "jwt", "crypto" ], "settings": { "clientOnly": true, "fast": true } }