MessagePack is an efficient binary serialization format.  It lets you exchange
data among multiple languages like JSON but it's faster and smaller.  It's a
pure Lua implementation, without dependency.  And it's really fast with LuaJIT.

WWW: https://github.com/fperrad/lua-MessagePack
