Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1 KB

README.md

File metadata and controls

39 lines (27 loc) · 1 KB

xchange

Build Status

This is a simple project that build a bridge between:

Source Code

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.

Usage

Just check out the src/main.cpp.

Maybe I will document usage here later.

Current status

From \ To msgpack-c jsoncpp RapidJSON
msgpack-c - Done Done
jsoncpp Done - Done(via msgpack-c)
RapidJSON Done Done(via msgpack-c) -

Special Thanks

  • @miloyip
  • @pah