JSON minify
Last updated
Was this helpful?
Was this helpful?
{
"name": "John Doe",
"age": 30,
"isActive": true,
"address": {
"city": "New York",
"zip": "10001"
}
}
{"name":"John Doe","age":30,"isActive":true,"address":{"city":"New York","zip":"10001"}}