Jeena to Programmer Humor@programming.devEnglish • 1 year agoA lot of YAMLjemmy.jeena.netimagemessage-square100fedilinkarrow-up11.07Karrow-down127
arrow-up11.05Karrow-down1imageA lot of YAMLjemmy.jeena.netJeena to Programmer Humor@programming.devEnglish • 1 year agomessage-square100fedilink
minus-square@XTornado@lemmy.mllinkfedilink11•1 year agoOne big thing of JSON I hate is that sometimes is used for config files or similar and it doesn’t supports comments which sucks.
minus-square@rambaroo@lemmy.worldlinkfedilink7•edit-21 year agoJSONC does support comments but it wouldn’t be interoperable with anything expecting pure JSON. But still useful for local configs.
One big thing of JSON I hate is that sometimes is used for config files or similar and it doesn’t supports comments which sucks.
JSONC does support comments but it wouldn’t be interoperable with anything expecting pure JSON. But still useful for local configs.