K 10 svn:author V 6 amdmi3 K 8 svn:date V 27 2015-05-29T18:10:14.399473Z K 7 svn:log V 335 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 PR: 198591 Submitted by: oleksii.tsai@gmail.com END