1 unstable release
0.1.0 | Dec 1, 2024 |
---|
#44 in #messagepack
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