Like A Duck@programming.dev to Experienced Devs@programming.dev · 1 year 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 · 1 year agomessage-square47fedilinkfile-text
minus-squarevrighter@discuss.tchncs.delinkfedilinkarrow-up2·1 year 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)