Like A Duck@programming.dev to Technology@lemmy.worldEnglish · 1 year agoWhat is the best file format for configuration file?message-squaremessage-square44fedilinkarrow-up142arrow-down12file-text
arrow-up140arrow-down1message-squareWhat is the best file format for configuration file?Like A Duck@programming.dev to Technology@lemmy.worldEnglish · 1 year agomessage-square44fedilinkfile-text
minus-squarevrighter@discuss.tchncs.delinkfedilinkEnglisharrow-up2·1 year agoyou can write json with comments and pass it through a yaml parser. try it.
you can write json with comments and pass it through a yaml parser. try it.