It is the following, I have the GPS object, it is with a json as follows the image, I want to get the data of the field code and field name and place them within the attributes of the GPS object. FOLLOW IMAGE
How can I do this?
I tried this way, but no event
this.nome = lista.get(acessorio).nome;
this.codigo = lista.get(acessorio).codigo;