# YAML vs TOML 両方とも設定ファイル用の人間可読フォーマットです。 ## YAML ```yaml server: host: localhost port: 8080 tags: - web - production database: url: postgres://localhost/mydb pool_size: 10 ``` **