This is a simple project that build a bridge between:
The src/main.cpp is a demo usage.
The jsoncpp adapter for msgpack-c is src/msgpack/type/jsoncpp.hpp.
The RapidJSON adapter for msgpack-c is src/msgpack/type/rapidjson.hpp.
Just check out the src/main.cpp.
Maybe I will document usage here later.
| From \ To | msgpack-c | jsoncpp | RapidJSON |
|---|---|---|---|
| msgpack-c | - | Done | Done |
| jsoncpp | Done | - | Done(via msgpack-c) |
| RapidJSON | Done | Done(via msgpack-c) | - |
- @miloyip
- @pah
