Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 508 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 508 Bytes

jsonConverter

Converts json data to blob or msgpack

Apache V2 License

Building and Testing Instructions

mkdir build
cd build
cmake ..
make

cd src
./jsonConverterCli -f <file-name> --[encoding]
Encoding --B for blob
         --M for msgpack

cd multipart
./multipartDoc <root-version> <subdoc-version,subdoc-name,data> .... <subdoc-version,subdoc-name,data>