#messagepack #convert #command-line-tool #cli #json #file

app mpk2json

Small CLI tool to convert MessagePack files to JSON

1 unstable release

0.1.0 Dec 1, 2024

#2123 in Command line utilities

MIT license

5KB

mpk2json

Small CLI tool to convert MessagePack files to JSON.

Usage

Prints JSON directly to stdout for redirection or piping to another tool.

mpk2json path/to/file.msgpack > path/to/file.json  # save to file
mpk2json path/to/file.msgpack | jq --color-output | less  # quick preview

Dependencies

~2.2–3.5MB
~64K SLoC