# JSON vs TOML A quick comparison of two popular data formats: ## JSON (JavaScript Object Notation) ```json { "title": "My App", "owner": { "name": "Alice", "active": true }, "ports