Comment on Reasons to use protocol buffers instead of JSONComments−KaiserPro12yThe biggest thing is that its smaller over the wire.however if schemas scare you (shame on you if they do) then msgpack might be a better choice.
Comments
The biggest thing is that its smaller over the wire.
however if schemas scare you (shame on you if they do) then msgpack might be a better choice.