Comment on Everything about TOML format - Orchard Dweller
EmergMemeHologram@startrek.website 9 months agoOn the other hand, I hate that with JSON you can only surge one document per file.
Some programs allow you to omit the outside braces, others require it.
But I do hate toml, and I don’t much like yaml either (why are there like 8 whitespace permutations?!)
Azzk1kr@feddit.nl 9 months ago
What’s wrong with TOML? I personally think it’s great for configuration purposes.
NostraDavid@programming.dev 9 months ago
One thing you can run into is that nesting things is hard in TOML: stackoverflow.com/…/does-toml-support-nested-arra…
The syntax is simply not built for that, because
.ini
format.