Like A Duck@programming.devdeleted by creator to Experienced Devs@programming.dev · 3 years agoWhat is the best file format for configuration file?message-squaremessage-square47linkfedilinkarrow-up144arrow-down10file-text
arrow-up144arrow-down1message-squareWhat is the best file format for configuration file?Like A Duck@programming.devdeleted by creator to Experienced Devs@programming.dev · 3 years agomessage-square47linkfedilinkfile-text
minus-squarevrighterlinkfedilinkarrow-up2arrow-down1·3 years agojson with comments can be parsed by a yaml parser. It’s how I write yaml, in fact (yaml is a superset of json. any valid json is valid yaml, but it also supports comments)
json with comments can be parsed by a yaml parser. It’s how I write yaml, in fact (yaml is a superset of json. any valid json is valid yaml, but it also supports comments)