msgpack-util:
Commandline utilities for MessagePack
Usage:
msgpack-util [options] <inputFile>
Arguments:
<inputFile>
Options:
--output-file <output-file> File the JSON string is written too
--compression <Lz4Block|Lz4BlockArray|None> The type of compression used [default: None]
--trusted Can this data be trusted (True, False) [default: False]
--formatted-json Do you want to format the json (True, False) [default: True]
--version Show version information
-?, -h, --help Show help and usage information
dotnet restore
dotnet build --configuration Release
- Prepare Software for distribution
dotnet restore
dotnet run [options] <inputFile>
1.0.0-alpha
- Initial version with MessagePack to JSON conversion