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