Comment on What is the best file format for configuration file?
simonced@lemmy.one 1 year agoI liked the idea to be honest. I can just call the entry “description” instead and all is good ^^
Comment on What is the best file format for configuration file?
simonced@lemmy.one 1 year agoI liked the idea to be honest. I can just call the entry “description” instead and all is good ^^
AeroLemming@lemm.ee 1 year ago
Ideally, you would use TOML for human-readable configuration and document your JSON API with external documentation instead of sending comments around a bunch. If you need to display the description to the end user though, that would be a valid use case.