Like A Duck@programming.dev to Experienced Devs@programming.dev · 2 years agoWhat is the best file format for configuration file?message-squaremessage-square47fedilinkarrow-up143file-text
arrow-up143message-squareWhat is the best file format for configuration file?Like A Duck@programming.dev to Experienced Devs@programming.dev · 2 years agomessage-square47fedilinkfile-text
minus-squarevrighter@discuss.tchncs.delinkfedilinkarrow-up2·2 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)