I would like to know how is the current status of saving ofParameters to JSON
format. Is it already implemented? otherwise, is it in the roadmap?
As far as I can see ofxXML has this serialize() function to stringify all parameters of a ofParameterGroup. But I see that so far ofJson is just a rename of nlohmann::json which obviously does not implement such method.
Any fast advice to get ofParameters save/load to JSON ?
hey, I am trying to store easily my app data from a “vector of variables/ofParameters inside an struct” to a json/xml file.
My data is something like this: