Added by w asla over 8 years ago
Is there something in Wt that I can use to convert C objects to JSON ? Could it be we have such a capability but I'm missing it ?
Wt has two implementations of JSON serialization:
std::map<std::string,"Wt::Json::Value":https://www.webtoolkit.eu/wt/doc/reference/html/classWt_1_1Json_1_1Value.html >
) and Arrays (implemented as std::vector<Wt::Json::Value>
).