Like A Duck@programming.dev to Technology@lemmy.worldEnglish · 2 years agoWhat is the best file format for configuration file?message-squaremessage-square59fedilinkarrow-up141arrow-down12file-text
arrow-up139arrow-down1message-squareWhat is the best file format for configuration file?Like A Duck@programming.dev to Technology@lemmy.worldEnglish · 2 years agomessage-square59fedilinkfile-text
minus-squarevrighter@discuss.tchncs.delinkfedilinkEnglisharrow-up2·2 years 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.