Page 1 of 1

livecode server json parse or xml

Posted: Thu Apr 23, 2015 10:14 pm
by vedus
I just get my new dedicated server and i want to install the commercial edition in the server.
My question.
i want to parse some json or xml api data from external server and retrieve it from my app.Is this something can be done with lc server?

Re: livecode server json parse or xml

Posted: Mon Apr 27, 2015 8:50 am
by Peter Wood
The quick answer is yes. You can retrieve the JSON or XML on your server, process it for later retrieval by your app.

XML support is built in to LiveCode and there are library scripts available to handle JSON>