Convert between MessagePack and JSON formats from the command line.
Command-line tools for converting between MessagePack and JSON
msgpack2jsonjson2msgpack$ msgpack2json input.msgpack > output.json$ json2msgpack input.json > output.msgpack$ msgpack2json input.msgpack | jq .$ cat data.json | json2msgpack | msgpack2json$ msgpack2json data.msgpack