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

app mpk2json

Small CLI tool to convert MessagePack files to JSON

1 unstable release

0.1.0 Dec 1, 2024

#1795 in Command line utilities

Download history 118/week @ 2024-11-29 20/week @ 2024-12-06

138 downloads per month

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