Y
Hacker News
new
|
ask
|
show
|
jobs
by
phloxicon
4371 days ago
YAML is quite mature, clean, is a superset of JSON so people could use JSON if they wanted, and it's used for config files for pub, Dart's package manager. TOML doesn't seem mature enough.
1 comments
bjz_
4371 days ago
TOML is extremely simple. YAML on the other hand is incredibly hard to implement. JSON has no comments and is not really that nice for humans.
link