Like A Duck@programming.dev to Technology@lemmy.worldEnglish · 1 year agoWhat is the best file format for configuration file?message-squaremessage-square36fedilinkarrow-up133arrow-down11file-text
arrow-up132arrow-down1message-squareWhat is the best file format for configuration file?Like A Duck@programming.dev to Technology@lemmy.worldEnglish · 1 year agomessage-square36fedilinkfile-text
minus-squarevrighter@discuss.tchncs.delinkfedilinkEnglisharrow-up1·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.