https://youtu.be/ZC3G1PrDN9g
https://windevdesenvolvimento.blogspot.com/2019/05/dicas-2107-windev-webdev-mobile-json-4.html
// BTN_LER_SJON TableDeleteAll(TABLE_CLIENTE) vTeste is Variant vTeste=JSONToVariant(EDT_retorno) FOR EACH indice OF vTeste TableAddLine(TABLE_CLIENTE,indice.clienteid,indice.nome) END
|