# JSON vs INI Two common configuration file formats: ## JSON ```json { "database": { "host": "localhost", "port": 5432, "ssl": true }, "servers": ["web1", "web2"] } ``` **Pros:**