Simple JSON call

Trevor DeVore lists at mangomultimedia.com
Tue Sep 9 07:11:56 EDT 2014


On Monday, September 8, 2014, Magicgate Software - Skip Kimpel <
skip at magicgate.com> wrote:
>
> I am need to make a "simple" JSON call using something as simple as this:
>   put myCommand into URL myURL
>
> The function works properly but it should also be kicking back some results
> that I then need to parse.  The question is, how do I get the results?  I
> have tried numerous, standard methods and all have failed thus far.
>

Skip,

"the urlresponse' will contain the data that the server sent back. Try
checking that after your put into URL call.

-- 
Trevor DeVore



More information about the use-livecode mailing list