Skip to content

gbuddappagari/jsonConverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Convert json data to msgpack and blob

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published