this post was submitted on 12 Nov 2023
1053 points (97.6% liked)

Programmer Humor

19197 readers
1421 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] XTornado@lemmy.ml 11 points 10 months ago (1 children)

One big thing of JSON I hate is that sometimes is used for config files or similar and it doesn't supports comments which sucks.

[โ€“] rambaroo@lemmy.world 7 points 10 months ago* (last edited 10 months ago)

JSONC does support comments but it wouldn't be interoperable with anything expecting pure JSON. But still useful for local configs.