alphacyberranger to Programmer Humor@programming.dev · 1 year agoThe lengths we have to go toimagemessage-square128fedilinkarrow-up11.37Karrow-down136
arrow-up11.34Karrow-down1imageThe lengths we have to go toalphacyberranger to Programmer Humor@programming.dev · 1 year agomessage-square128fedilink
minus-squarevrighter@discuss.tchncs.delinkfedilinkarrow-up5·1 year agojson 5 does support comments. alternatively, yaml is a superset of json. any valid json is also valid yaml. but yaml also supports comments. So you can also write json with comments, and use a yaml parser on it, instead of a standard json parser
json 5 does support comments. alternatively, yaml is a superset of json. any valid json is also valid yaml. but yaml also supports comments. So you can also write json with comments, and use a yaml parser on it, instead of a standard json parser