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;
1 Respuesta
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;