Like A Duck@programming.dev to Experienced Devs@programming.dev · 2年前What 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年前message-square47fedilinkfile-text
minus-squarevrighter@discuss.tchncs.delinkfedilinkarrow-up2·2年前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)
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)