msgpack

Binary-based efficient data interchange format library

brewmacoslinux
Try with needOr install directly
Source

About

Library for a binary-based efficient data interchange format

Commands

msgpack

Examples

Serialize data to MessagePack binary format$ echo '{"key": "value"}' | msgpack
Deserialize MessagePack binary data back to readable format$ msgpack -d < data.msgpack
Convert and display MessagePack file contents$ msgpack -v file.msgpack