Meme transcription:

Panel 1: Bilbo Baggins ponders, “After all… why should I care about the difference between int and String?

Panel 2: Bilbo Baggins is revealed to be an API developer. He continues, “JSON is always String, anyways…”

  • Carighan Maconar@lemmy.world
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    3 days ago

    Relax, it’s just JSON. If you wanted to not be stringly-typed, you’d have not used JSON.

    (though to be fair, I hate it when people do bullshit types, but they got a point in that you ought to not use JSON in the first place if it matters)

    • RustyNova@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      3 days ago

      As if I had a choice. Most of the time I’m only on the receiving end, not the sending end. I can’t just magically use something else when that something else doesn’t exist.

      Heck, even when I’m on the sending end, I’d use JSON. Just not bullshit ones. It’s not complicated to only have static types, or having discriminant fields