examples/conversions/config.json

{
  "server": {
    "host": "localhost",
    "port": 8080,
    "timeout": 30000
  },
  "database": {
    "connection": {
      "host": "db.example.com",
      "port": 5432,
      "username": "admin",
      "database": "myapp_prod"
    },
    "pool": {
      "min": 2,
      "max": 10
    }
  },
  "logging": {
    "level": "info",
    "format": "json"
  }
}