Tom Ritchford
Aug 7, 2023

--

You can represent everything you represent in JSON with TOML, so I'm not seeing your point here.

JSON is a poor format for config files because it doesn't allow comments and because it's easy to accidentally create malformed files - by, say, leaving an extra comma at the end of a list or dict declaration (what a bad feature!)

--

--

No responses yet