jeudi 21 avril 2022

create json object for vector

I want to convert a vector<bool> vec = {true, false,true} to json object using nlohman json lib to send through restapi.

I expect the converted json object in the form

{
  "data" : [true, false, true]
}

Aucun commentaire:

Enregistrer un commentaire