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