TOML ↔ JSON Converter

🤖 Agent Ready

Convert TOML to JSON or JSON to TOML — no dependencies, runs client-side

TOML Input
JSON Output
{
  "server": {
    "host": "localhost",
    "port": 8080,
    "debug": true
  },
  "database": {
    "url": "postgres://localhost/mydb",
    "max_connections": 10
  },
  "features": {
    "tags": [
      "web",
      "api",
      "v2"
    ]
  }
}