Is it possible to automatically generate a C++ class from json and store it as .cpp and .h files? #4300
Unanswered
Silver-will
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was wondering if it was possible to auto generate and map data structures, for several json files i have all with differing keys to avoid having to manually define each structure for the 50+ separate json documents i have.
Something like what https://github.com/beached/json_to_cpp does.
Beta Was this translation helpful? Give feedback.
All reactions