this post was submitted on 30 Jun 2024
257 points (97.1% liked)
Programmer Humor
41677 readers
129 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Absolutely. Who doesn’t type JSON?
We aren't using
json.atChar(17)to get values?I'm not sure if i'm missing a joke here, so:
In case you're making a joke: The people who don't type JSON are using controllers.
In case you're asking a serious question: the people who don't type JSON are the people in OP's image. They are technically using types, but that type is literally always
string. They don't use integers, they don't use booleans. This is functional but may not be the best choice, depending on what kinds of data their system is supposed to handle.Would you mind elaborating a bit for someone who doesn't do much coding? I'm guessing I'm one of the people you're talking about.
The only coding I've done has been via json for raspberry pi, 3d printer, and homeassistant applications.
I know it's a text base language, but how do it's commands relate to integers? I've used boolean, I get that bit.