Hacker News new | ask | show | jobs
by barosl 3990 days ago
I think TOML[1] is a strict upgrade of JSON as a configuration file format. It has exactly the same expressiveness, but much more human-readable.

[1] https://github.com/toml-lang/toml

1 comments

Arrays are rather ugly in TOML.
Nesting mappings are worse in TOML imo