0
The thing is, I have the GPS object, it’s with a json as follows the image, I want to take the data from the code field and the name field and put it inside the attributes of the GPS object. IMMAGE
How can I do that ?
I tried that way, but without success
this.nome = lista.get(acessorio).nome;
this.codigo = lista.get(acessorio).codigo;