msgpack-tools

Convert between MessagePack binary format and JSON text

brewmacoslinux
Try with needOr install directly
Source

About

Command-line tools for converting between MessagePack and JSON

Commands

msgpack2jsonjson2msgpack

Examples

Convert a MessagePack file to JSON for inspection$ msgpack2json input.msgpack > output.json
Convert JSON to MessagePack binary format$ json2msgpack input.json > output.msgpack
Pretty-print MessagePack as formatted JSON$ msgpack2json -p input.msgpack