MessagePack is a binary data format created in 2009.
#1583on PLDB | 16Years Old |
MessagePack is a computer data interchange format. It is a binary form for representing simple data structures like arrays and associative arrays. MessagePack aims to be as compact and simple as possible. Read more on Wikipedia...