Skip to content

xpol/xchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published