This is my Json file:
[{"nombre":"Activo","valor": 8500},{"nombre":"Pasivo","valor":500000}]
And I want to add another object to the last position of that array using Gson, I try the following:
public void add(Cuenta cuenta) throws IOExce...
asked by
28.04.2017 / 05:32