Re: [Gambas-user] decode json string in standard application

2017-03-13 Thread PICCORO McKAY Lenz
hello jsbsan, this are helpfully for those that dont understand and/or doesn are able to integrate webservices with desktop app.. http://jsbsan.blogspot.com.es/2015/04/gambas3-ejemplo-de-json-y-extraer-datos.html NOTE: for understand the code must compare and read the implementation code in php:

Re: [Gambas-user] decode json string in standard application

2016-12-10 Thread Julio Sanchez
Piccoro Mackay Lenz: "or only works with a web type application?" Desktop application example: http://jsbsan.blogspot.com.es/2015/04/gambas3-ejemplo-de-json-y-extraer-datos.html "You can use the gb.util.web component everywhere you want " You can even extract the component code, the json c

Re: [Gambas-user] decode json string in standard application

2016-12-09 Thread Fabien Bodard
You can use the gb.util.web component everywhere you want :-) 2016-12-09 20:45 GMT+01:00 PICCORO McKAY Lenz : > i made a pos systemas in gambas but i want get info of clients by an api > decoding string results by url gets.. > > the url retuns a json string, and i can see that gambas hav metho

[Gambas-user] decode json string in standard application

2016-12-09 Thread PICCORO McKAY Lenz
i made a pos systemas in gambas but i want get info of clients by an api decoding string results by url gets.. the url retuns a json string, and i can see that gambas hav methods for json decoding http://gambaswiki.org/wiki/comp/gb.web/json/decode the question are: i can use that also in a stand