Hello All. I've been wrestling with an issue where I have a PHP script that does a query on a mySql database and echos the response back in JSON format.
The script works flawlessly. In Fact if you hit the URL from a browser you can see the JSON that comes back from the query.
https://oblongapps.com/fetch.php
in Xcode I am able to capture that JSON coming back and get it into arrays and populate a UITableView. I'm trying to do the same thing in B4J but am stumped.
I've tried using job.getstring to no avail and I can't use job.download because that just wants to download the php file and ignores the JSON return.
Can anyone point me in the direction of a tutorial or example. My searches have turned up nothing. In fact If I could just figure out how to capture the JSON in a string variable I think I could take it from there.
Thanks so Much