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
[-] deadbeef79000@lemmy.nz 7 points 2 months ago

Well. To Java that's just a string of utf-8 characters, assuming you haven't bastardised the encoding, and it's just yanked out of an HTTP entity. So of course they're different.

If you're using some json parser and object mapping library (like Jackson) then all bets are off 'cause it could be configured any which way.

On every other language and library it's whatever the defined behaviour is.

3/10

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