Validate, format, and minify JSON data.
Input
1
Output
Valid JSON
12345678910111213
{
"company": "Utility Lab",
"type": "developer tool",
"features": [
"format",
"minify",
"validate"
],
"active": true,
"nested": {
"key": "value"
}
}