Popularity
3 out of 5 levels
Plans
Platforms
Description
Unminify is a free online service that allows you to download and unminify (unpack, deobfuscate) JavaScript, CSS, HTML, XML, and JSON code. Simply paste your code or drag a file to make it readable and pretty again.
{
"name": "John Doe",
"age": 25,
"email": "johndoe@example.com",
"address": {
"street": "123 Main St",
"city": "New York",
"state": "NY",
"zip": "10001"
},
"interests": ["reading", "music", "sports"],
"isStudent": true,
"grades": {
"math": 95,
"science": 87,
"history": 92
}