Jeena@jemmy.jeena.net to Programmer Humor@programming.devEnglish · 2 年前A lot of YAMLjemmy.jeena.netimagemessage-square82fedilinkarrow-up11.08Karrow-down127
arrow-up11.05Karrow-down1imageA lot of YAMLjemmy.jeena.netJeena@jemmy.jeena.net to Programmer Humor@programming.devEnglish · 2 年前message-square82fedilink
minus-squareThe Giant Korean@lemmy.worldlinkfedilinkEnglisharrow-up5·2 年前The fact that it allows comments is really, really handy. I used to be a JSON advocate until I realized this one useful piece of info.
minus-squarebellsDoSing@lemm.eelinkfedilinkarrow-up2·2 年前Yeah, such a simple, but still killer feature. Really sad that JSON doesn’t support them.
minus-squareThe Giant Korean@lemmy.worldlinkfedilinkEnglisharrow-up1·2 年前I wonder how you’d even implement that. Like maybe {! At the beginning.
minus-squareGTG3000@programming.devlinkfedilinkarrow-up1·2 年前Most comment-aware JSON parsers I’ve seen just use standard // to delineate comment lines.
The fact that it allows comments is really, really handy. I used to be a JSON advocate until I realized this one useful piece of info.
Yeah, such a simple, but still killer feature. Really sad that JSON doesn’t support them.
I wonder how you’d even implement that. Like maybe {! At the beginning.
Most comment-aware JSON parsers I’ve seen just use standard // to delineate comment lines.
They make sense.