Description
Converts structured data between MessagePack and JSON from the command line, helping developers inspect binary payloads or prepare readable test fixtures. It is useful when APIs or storage formats use MessagePack internally.
Conversion can expose sensitive payload fields in plain text. Avoid dumping credentials or private data to logs, terminals, or shared files.