6 lines
215 B
Text
6 lines
215 B
Text
MessagePack is a binary-based efficient data interchange format that
|
|
is focused on high performance. It is like JSON, but very fast and
|
|
small.
|
|
|
|
WWW: https://msgpack.org/
|
|
WWW: https://github.com/msgpack/msgpack-ruby
|