msgpack-tools contains simple command-line utilities for converting from MessagePack to JSON and vice-versa. They support options for lax parsing, lossy conversions, pretty-printing, and base64 encoding. msgpack2json -- Convert MessagePack to JSON json2msgpack -- Convert JSON to MessagePack They can be used for dumping MessagePack from a file or web API to a human-readable format, or for convertin

