mpk2json

Crates.iompk2json
lib.rsmpk2json
version
sourcesrc
created_at2024-12-01 23:52:48.31353
updated_at2024-12-01 23:52:48.31353
descriptionSmall CLI tool to convert MessagePack files to JSON
homepagehttps://github.com/jameshiew/mpk2json
repositoryhttps://github.com/jameshiew/mpk2json
max_upload_size
id1467984
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
James Hiew (jameshiew)

documentation

README

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
Commit count: 1

cargo fmt