armink / struct2json

A fast convert library between the JSON and C structure. Implement structure serialization and deserialization for C. | C 结构体与 JSON 快速互转库,快速实现 C 结构体的序列化及反序列化
MIT License
680 stars 293 forks source link

Cpp struct2json #22

Open yuxuebao opened 3 years ago

yuxuebao commented 3 years ago

V2.1版本新增功能【yuxuebao@msn.com】 扩展struct2json功能,增加支持C++结构体,支持string,bool,wchar_t类型成员和数组。