[6 / 1 / ?]
Quoted By: >>51052790 >>51052887 >>51052952
Often when a mobile app needs to communicate with a remote API, I'm seeing that pretty much everyone uses JSON. Isn't it better to switch to a binary protocol to reduce bandwidth usage over time?
There are plenty of efficient protocols like Protocol Buffers, Thrift, BSON, UBJSON, MessagePack, etc that are smaller compared to gzipped JSON so why aren't more people using them?
There are plenty of efficient protocols like Protocol Buffers, Thrift, BSON, UBJSON, MessagePack, etc that are smaller compared to gzipped JSON so why aren't more people using them?
