Hacker News new | ask | show | jobs
by mintplant 3722 days ago
TOML.

https://github.com/toml-lang/toml

2 comments

I (original commenter) second TOML. It is very simple, is instantly familiar to anyone who has used ini files or many Unix-style config files, and has many good implementations available.

The [[array]] notation mentioned below is a tad weird, but I've never had an occasion to use it.

[[ something ]]? No, thank you! Jsonnet [0], yes, please!

[0]: http://jsonnet.org/

Why?
It's just weird syntax in my view.