Like A Duck@programming.dev to Experienced Devs@programming.dev · 1 year agoWhat is the best file format for configuration file?message-squaremessage-square51fedilinkarrow-up143arrow-down10file-text
arrow-up143arrow-down1message-squareWhat is the best file format for configuration file?Like A Duck@programming.dev to Experienced Devs@programming.dev · 1 year agomessage-square51fedilinkfile-text
minus-squarevrighter@discuss.tchncs.delinkfedilinkarrow-up2arrow-down1·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)