0

How can I create a json with a vector in C++

I need to convert my vector data into a json This is my code mensaje = "Type " + line[0] + " Name " + line[1] + " Value " + to_string(valor); return mensaje;

4th May 2021, 3:23 PM
Paola Quirós
Paola Quirós - avatar
1 Respuesta