1053
A lot of YAML
(jemmy.jeena.net)
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.
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.
JSONC does support comments but it wouldn't be interoperable with anything expecting pure JSON. But still useful for local configs.