|
|
|
|
|
by pygy_
3550 days ago
|
|
The YAML spec is huge, too large IMO for config files (you can use it while knowing only a subset, but you'll be lost as soon as someone uses a feature you don't know). I think TOML strikes a good ballance between simplicity and features for config files. It ends up being easy to read and write. https://github.com/toml-lang/toml |
|
https://github.com/crdoconnor/strictyaml
IMO TOML is syntactically messy, especially when dealing with hierarchical data, and a whole new config format to deal with the fact that YAML has too many features is somewhat unnecessary.