skepller@lemmy.world to Programmer Humor@programming.devEnglish · 2 days agoTOMLlemmy.worldimagemessage-square116linkfedilinkarrow-up1574arrow-down111
arrow-up1563arrow-down1imageTOMLlemmy.worldskepller@lemmy.world to Programmer Humor@programming.devEnglish · 2 days agomessage-square116linkfedilink
minus-squareMichal@programming.devlinkfedilinkarrow-up42·2 days 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-up52arrow-down1·2 days agoSignificant white-space is bullshit and i will die on this hill.
minus-squaresoftwarist@programming.devlinkfedilinkEnglisharrow-up1·23 hours agoYou’re going to indent your code anyway, so why not let the indentation carry meaning?
minus-squareBlueKey@fedia.iolinkfedilinkarrow-up14·2 days agoIs there space left on the hill? I want to join you.
minus-squareMichal@programming.devlinkfedilinkarrow-up20·2 days agoI hear there’s significant space left
minus-squaresquaresinger@lemmy.worldlinkfedilinkarrow-up8·2 days agoBut it’s only white space. That’s kinda racist.
minus-squareSenal@programming.devlinkfedilinkEnglisharrow-up1·1 day agosignificant white space to it’s classist and racist
minus-square_stranger_@lemmy.worldlinkfedilinkarrow-up1·1 day 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-squarerothaine@lemmy.ziplinkfedilinkarrow-up12·2 days agoYeah I just want JSON with optionally quoted keys, and comments.
minus-squarebobo@lemmy.mllinkfedilinkarrow-up6·2 days 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
But it’s only white space. That’s kinda racist.
significant white space to it’s classist and racist
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.
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!