I want to convert a vector<bool> vec = {true, false,true} to json object using nlohman json lib to send through restapi.
vector<bool> vec = {true, false,true}
I expect the converted json object in the form
{ "data" : [true, false, true] }
Aucun commentaire:
Enregistrer un commentaire