acynothia / json2class

Convert a json string to a C++ class using msgpack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#json2class Convert a json string to a C++ class by using msgpack.

#reference

  • RapidJson - A fast JSON parser/generator for C++ with both SAX/DOM style API
  • Msgpack - An extremely efficient object serialization library. It's like JSON, but very fast and small;

About

Convert a json string to a C++ class using msgpack.

License:MIT License


Languages

Language:C++ 99.2%Language:Makefile 0.8%