Like A Duck@programming.dev to Technology@lemmy.worldEnglish · 3 年前What is the best file format for configuration file?message-squaremessage-square44fedilinkarrow-up143arrow-down12file-text
arrow-up141arrow-down1message-squareWhat is the best file format for configuration file?Like A Duck@programming.dev to Technology@lemmy.worldEnglish · 3 年前message-square44fedilinkfile-text
minus-squarevrighter@discuss.tchncs.delinkfedilinkEnglisharrow-up2·3 年前you 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.