Comment on Compile-time JSON deserialization in C++parentComments−leni5362yThis lib does something like that:https://github.com/beached/daw_json_link−nikeee2yIt seems that you have to maintain hand-coded mappings for each type. Maybe this could be solved by using C++23's compile-time reflections.
Comments
This lib does something like that:
https://github.com/beached/daw_json_link
It seems that you have to maintain hand-coded mappings for each type. Maybe this could be solved by using C++23's compile-time reflections.