Comment on MsgPack vs. JSON: Cut your client-server exchange traffic by 50%Comments−steve891814yWe have now come full circle in terms of how data is marshaled between client and server.I've now seen it go from XDR (the marshaling used by ONC-RPC) to XML to JSON and now to a binary form of JSON, which is basically like XDR.−troels14yI'm convinced this is a very elaborate troll.−chmike14yMsgpack is not like xdr. It's binary but more compact.
Comments
We have now come full circle in terms of how data is marshaled between client and server.
I've now seen it go from XDR (the marshaling used by ONC-RPC) to XML to JSON and now to a binary form of JSON, which is basically like XDR.
I'm convinced this is a very elaborate troll.
Msgpack is not like xdr. It's binary but more compact.