Posts by mateus augusto • 9 points
1 post
-
-2
votes1
answer179
viewsQ: Loop on an Object with an array variable
{ List<PedidosPendentesOBJ> listaPedidos = new ArrayList<>(); List<ProdutosPendentes> produtosList = null; JSONObject o = new JSONObject(ret); JSONArray ts = o.names(); for (int i…