Hacker News new | ask | show | jobs
by nightowl_games 550 days ago
Exactly. And this is an extremely important detail. It makes your development process go from using glass tubes where you see everything as it is sent/received to black boxes of binary data.

JSON is self describing, you can mostly just call the API, read the JSON response and figure it out from there.

Ignoring that detail is ignoring the elephant in the room.

1 comments

The author was a tech lead on protobuf. I suspect that "JSON is worse than protobuf" is an obvious truth in their eyes.