skepller@lemmy.world to Programmer Humor@programming.devEnglish · 1 day agoTOMLlemmy.worldimagemessage-square110linkfedilinkarrow-up1530arrow-down19
arrow-up1521arrow-down1imageTOMLlemmy.worldskepller@lemmy.world to Programmer Humor@programming.devEnglish · 1 day agomessage-square110linkfedilink
minus-squareMichal@programming.devlinkfedilinkarrow-up35·21 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-up41arrow-down1·18 hours agoSignificant white-space is bullshit and i will die on this hill.
minus-squareBlueKey@fedia.iolinkfedilinkarrow-up8·10 hours agoIs there space left on the hill? I want to join you.
minus-squareMichal@programming.devlinkfedilinkarrow-up13·9 hours agoI hear there’s significant space left
minus-squaresquaresinger@lemmy.worldlinkfedilinkarrow-up8·7 hours agoBut it’s only white space. That’s kinda racist.
minus-squarerothaine@lemmy.ziplinkfedilinkarrow-up10·16 hours agoYeah I just want JSON with optionally quoted keys, and comments.
minus-squarebobo@lemmy.mllinkfedilinkarrow-up5·12 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.
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.
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!