It still works since multiple identical keys are still valid json. Although that in itself isn’t fantastic imo.
Comment on Everything about TOML format - Orchard Dweller
spartanatreyu@programming.dev 11 months agoThat doesn’t really work when you need two comments at the same level, since they’d both have the same key
catfish@lemmy.ml 11 months ago
vrighter@discuss.tchncs.de 11 months ago
write json with comments. Use a yaml parser.
spartanatreyu@programming.dev 11 months ago
If you’re reaching for yaml, why not use toml?
vrighter@discuss.tchncs.de 11 months ago
because of the cut and paste problem. It works in json.
spartanatreyu@programming.dev 11 months ago
Cut and paste problem?
towerful@programming.dev 11 months ago
Every time i try to use toml, i end up going back to json