1 unstable release
0.1.0 | Dec 1, 2024 |
---|
#1795 in Command line utilities
138 downloads per month
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