Convert TOML to JSON or JSON to TOML — no dependencies, runs client-side
{ "server": { "host": "localhost", "port": 8080, "debug": true }, "database": { "url": "postgres://localhost/mydb", "max_connections": 10 }, "features": { "tags": [ "web", "api", "v2" ] } }