[Gambas-user] decode json string in standard application
Julio Sanchez
jusabejusabe at ...626...
Sat Dec 10 12:47:59 CET 2016
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 class, and use it in
projects, so you do not have to have gb.util.web installed.
I use it for earlier versions of Gambas, where that component did not
exist, but I do need to use the json class.
Regards
Jsbsan
2016-12-10 7:51 GMT+01:00 Fabien Bodard <gambas.fr at ...626...>:
> You can use the gb.util.web component everywhere you want :-)....
>
> 2016-12-09 20:45 GMT+01:00 PICCORO McKAY Lenz <mckaygerhard at ...626...>:
> > 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 standard project application?
> or
> > only works with a web type application?
> >
> > i want to decode the json string to get info of the clients in the pos
> > system, so then my database does not need store client data, only client
> id
> >
> >
> > Lenz McKAY Gerardo (PICCORO)
> > http://qgqlochekone.blogspot.com
> > ------------------------------------------------------------
> ------------------
> > Developer Access Program for Intel Xeon Phi Processors
> > Access to Intel Xeon Phi processor-based developer platforms.
> > With one year of Intel Parallel Studio XE.
> > Training and support from Colfax.
> > Order your platform today.http://sdm.link/xeonphi
> > _______________________________________________
> > Gambas-user mailing list
> > Gambas-user at lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
>
> --
> Fabien Bodard
>
> ------------------------------------------------------------
> ------------------
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/xeonphi
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
More information about the User
mailing list