Comment on MsgPack vs. JSON: Cut your client-server exchange traffic by 50%parentComments−flatline314yThis exactly mirrors our use of (and experience with) protobuf. I think that people over-value human readability when using non-checked encoders that require debugging the serialized data.
Comments
This exactly mirrors our use of (and experience with) protobuf. I think that people over-value human readability when using non-checked encoders that require debugging the serialized data.