TOML is a clean and simple configuration file format 📄, designed to be more suitable for humans to read and write ✨.
✅ Easier to write: Represent configurations as key-value pairs without complex indentation and syntax rules, reducing the error rate.
✅ Clearer: Supports grouping and nesting structure for clear hierarchy and easy-to-understand configuration logic.
✅ Cross-platform: Supported by Python, Rust, Go, and many other languages for versatility 🌐.
比 JSON 少了繁琐的 {} 和 “”,比 YAML 更直观、不易踩坑💡,开发者好帮手!