153

Meme transcription: Panel 1. Two images of JSON, one is the empty object, one is an object in which the key name maps to the value null. Caption: “Corporate needs you to find the difference between this picture and this picture”

Panel 2. The Java backend dev answers, “They’re the same picture.”

you are viewing a single comment's thread
view the rest of the comments
[-] GammaGames@beehaw.org 1 points 2 months ago

That’s what undefined is for

[-] magic_lobster_party@kbin.run 5 points 2 months ago

Undefined is not part of JSON specification. It’s also not a thing in Java.

[-] GammaGames@beehaw.org 1 points 2 months ago

Yeah my bad, it would still require the java dev to leave the keys out

[-] bleistift2@sopuli.xyz 4 points 2 months ago

To be fair, just because obj.foo is undefined, that doesn’t mean the key is missing. It could also be assigned the value undefined. const obj = { foo: undefined } vs const obj = {}

this post was submitted on 30 Jun 2024
153 points (93.2% liked)

Programmer Humor

32045 readers
1358 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS