skepller@lemmy.world to Programmer Humor@programming.devEnglish · 1 day agoTOMLlemmy.worldimagemessage-square119fedilinkarrow-up1514arrow-down111
arrow-up1503arrow-down1imageTOMLlemmy.worldskepller@lemmy.world to Programmer Humor@programming.devEnglish · 1 day agomessage-square119fedilink
minus-squareMichal@programming.devlinkfedilinkarrow-up37·1 day 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-up45arrow-down1·1 day agoSignificant white-space is bullshit and i will die on this hill.
minus-squaresoftwarist@programming.devlinkfedilinkEnglisharrow-up1arrow-down1·1 hour agoYou’re going to indent your code anyway, so why not let the indentation carry meaning?
minus-squareBlueKey@fedia.iolinkfedilinkarrow-up14·18 hours agoIs there space left on the hill? I want to join you.
minus-squareMichal@programming.devlinkfedilinkarrow-up16·17 hours agoI hear there’s significant space left
minus-square_stranger_@lemmy.worldlinkfedilinkarrow-up1·6 hours agoTheir whole thing is that they don’t want to care about it, so if you get to the hill and there’s no space, you’re SOL.
minus-squaresquaresinger@lemmy.worldlinkfedilinkarrow-up5·15 hours agoBut it’s only white space. That’s kinda racist.
minus-squareSenal@programming.devlinkfedilinkEnglisharrow-up1·4 hours agosignificant white space to it’s classist and racist
minus-squarerothaine@lemmy.ziplinkfedilinkarrow-up11·1 day agoYeah I just want JSON with optionally quoted keys, and comments.
minus-squarebobo@lemmy.mllinkfedilinkarrow-up6·19 hours agoCommas (at least the trailing ones), comments, and nothing else. JSON with type inference seems like an incredibly bad idea…
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.
You’re going to indent your code anyway, so why not let the indentation carry meaning?
Is there space left on the hill? I want to join you.
I hear there’s significant space left
Their whole thing is that they don’t want to care about it, so if you get to the hill and there’s no space, you’re SOL.
But it’s only white space. That’s kinda racist.
significant white space to it’s classist and racist
Yeah I just want JSON with optionally quoted keys, and comments.
Commas (at least the trailing ones), comments, and nothing else. JSON with type inference seems like an incredibly bad idea…
JSON5 my beloved
Preach!