Back to tools
/
JSON Minifier
Ctrl
K
EN
JSON Minifier
Minify and compact JSON by removing whitespace
Sample
Copy
Clear
Input
{ "app": "tools.eubyt.dev", "status": "active", "features": [ "json", "hash", "jwt" ] }
Output
{"app":"tools.eubyt.dev","status":"active","features":["json","hash","jwt"]}