Hacker News new | ask | show | jobs
by shaunpersad 1119 days ago
I've had the complete opposite experience. Neither YAML or TOML are very obvious to me. I always have to double and triple check that my syntax does what I assume it will do. I never have that problem with JSON.
1 comments

Not adding comments to a config file is recipe for complete disaster. You can kinda fake it but it’s just a silly headache. Which is recognized given there’s now “JSONC” but now you’ve got even more confusion determining what systems can actually accept comments or not. That’s always fun.

I’m curious what parts of TOML do people find confusing? It’s such a tiny markup language.