skepller@lemmy.world to Programmer Humor@programming.devEnglish · 12 hours agoTOMLlemmy.worldimagemessage-square71fedilinkarrow-up1369arrow-down18
arrow-up1361arrow-down1imageTOMLlemmy.worldskepller@lemmy.world to Programmer Humor@programming.devEnglish · 12 hours agomessage-square71fedilink
minus-squareMichal@programming.devlinkfedilinkarrow-up12·6 hours agoI like this. I also like yaml, I’ve had very few issues with it and it’s nicer to work with than json. Json’s lack of support for trailing commas and comments makes it very annoying for everyday use.
minus-squareSenal@programming.devlinkfedilinkEnglisharrow-up9·3 hours agoSignificant white-space is bullshit and i will die on this hill.
minus-squarerothaine@lemmy.ziplinkfedilinkarrow-up2·2 hours agoYeah I just want JSON with optionally quoted keys, and comments.
I like this. I also like yaml, I’ve had very few issues with it and it’s nicer to work with than json.
Json’s lack of support for trailing commas and comments makes it very annoying for everyday use.
Significant white-space is bullshit and i will die on this hill.
Yeah I just want JSON with optionally quoted keys, and comments.
Preach!