Posts by André Giacomini • 26 points
1 post
-
1
votes1
answer441
viewsA: Struct with JSON in C++
It is actually not possible to "inflate" a struct since this term defines a data structure or data type. What you’ll want to do is fill a container with objects like your struct. Another thing... it…