| Crates.io | mpk2json |
| lib.rs | mpk2json |
| version | 0.1.0 |
| created_at | 2024-12-01 23:52:48.31353+00 |
| updated_at | 2024-12-01 23:52:48.31353+00 |
| description | Small CLI tool to convert MessagePack files to JSON |
| homepage | https://github.com/jameshiew/mpk2json |
| repository | https://github.com/jameshiew/mpk2json |
| max_upload_size | |
| id | 1467984 |
| size | 13,522 |
Small CLI tool to convert MessagePack files to JSON.
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