43
Everything about TOML format - Orchard Dweller
(www.youtube.com)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Where do you put your comments in JSON files?
I've seen them included as part of the data.
"//": "Comment goes here",
Example here.
That doesn't really work when you need two comments at the same level, since they'd both have the same key
It still works since multiple identical keys are still valid json. Although that in itself isn't fantastic imo.