ibireme / yyjson

The fastest JSON library in C
https://ibireme.github.io/yyjson/doc/doxygen/html/
MIT License
3.07k stars 267 forks source link

Include reflect-cpp #148

Closed liuzicheng1987 closed 10 months ago

liuzicheng1987 commented 10 months ago

Hi mate,

thanks for your great work!

We are developing a C++ library for serialization, deserialization and validation through reflection. It includes things like automatic field name retrieval from structs and enums.

The JSON part is based on YYJSON, so your work is front and center for what we do here.

So I wonder whether you could include it in your "build with YYJSON" section.

liuzicheng1987 commented 10 months ago

By the way, if there is anything I can contribute to the library itself, please let me know.

ibireme commented 10 months ago

Great to hear this library is helpful for your project!