You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everybody,
I'am trying for a projet to add an object to another object like that :
json null;
null["enseignants"] = {};
json j=
{
{"nom","popo"},{"prenom","zara"},{"id",12},{"vol_horraire",125.4}
};
null.insert(j.begin(), j.end());
i wan't ad the object j into the object null without delete the content of the object null but it don't work ,
I'm on windows and i am using the last version of your library
Thanks.
The text was updated successfully, but these errors were encountered:
Hi everybody,
I'am trying for a projet to add an object to another object like that :
json null;
null["enseignants"] = {};
I'm on windows and i am using the last version of your library
Thanks.
The text was updated successfully, but these errors were encountered: