Playground

Write MSN on the left, see compiled JSON on the right. Changes apply instantly.

input.msnMSN
output.jsonJSON
{
  "app": {
    "name": "my-app",
    "version": "1.0.0",
    "debug": false
  },
  "server": {
    "host": "0.0.0.0",
    "port": 3000,
    "ssl": {
      "enabled": true,
      "cert": "/path/to/cert.pem"
    }
  },
  "database": {
    "driver": "postgres",
    "host": "db.example.com",
    "port": 5432
  },
  "features": [
    "auth",
    "api",
    "logging"
  ]
}