Why is the Protobuf blob heavier than the JSON equivalent?
I'm trying to use protobuf to accelerate data transfers between my front and back. As a POC, I tried to load a JSON file, turn it into a protobuf buffer, and save the result in a new file. But it…