# json2class **Repository Path**: gricks/json2class ## Basic Information - **Project Name**: json2class - **Description**: Convert a json string to a C++ class by using msgpack. - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-04-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #json2class Convert a json string to a C++ class by using msgpack. #reference * [RapidJson](https://github.com/miloyip/rapidjson): A fast JSON parser/generator for C++ with both SAX/DOM style API; * [Msgpack](https://github.com/msgpack/msgpack-c): An extremely efficient object serialization library. It's like JSON, but very fast and small;