A simple CLI tool that uses MessagePack-CSharp to convert between MessagePack and JSON, with wildcard support.
MsgPacker <filepath>MsgPacker ./text.msgwill convert ./text.msg to ./output/text.json.
MsgPacker ./*.msgwill convert all .msg files in the current directory to .json files in the ./output directory.