Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 148 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 148 Bytes

c++类与json字符串互相转换

使用rapidjson库将c++对象转换成json字符串。

根据json中ClassId把字符串转换成c++对象。