Jeena@jemmy.jeena.net to Programmer Humor@programming.devEnglish · 1 year agoA lot of YAMLjemmy.jeena.netimagemessage-square47fedilinkarrow-up11K
arrow-up1979imageA lot of YAMLjemmy.jeena.netJeena@jemmy.jeena.net to Programmer Humor@programming.devEnglish · 1 year agomessage-square47fedilink
minus-squareThe Giant Korean@lemmy.worldlinkfedilinkEnglisharrow-up4·1 year agoThe 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·1 year agoYeah, such a simple, but still killer feature. Really sad that JSON doesn’t support them.
minus-squareThe Giant Korean@lemmy.worldlinkfedilinkEnglisharrow-up1·1 year agoI wonder how you’d even implement that. Like maybe {! At the beginning.
minus-squareGTG3000@programming.devlinkfedilinkarrow-up1·1 year agoMost 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.