Skip to content

v_2_0_cpp_json

Takatoshi Kondo edited this page Jun 21, 2017 · 4 revisions

Using msgpack-c with JSON

msgpack-c partially supported JSON.

conversion table

from \ to MessagePack formatted byte stream msgpack::object JSON
MessagePack formatted byte stream - unpack Not directly supported. Create msgpack::object first, or use other libraries such as JSON for Modern C++
msgpack::object pack - apply std::ostream <<
JSON Not supported. Use other libraries such as JSON for Modern C++ Not supported -