I'm having trouble parsing through a site which used JSON data to access and return data.
An example is:
URL:
http://www.examplesite.com.au/locat...tLocations JSON data sent:
{"searchCriteria":"{\"Street\":\"\",\"PostCode\":\"VIC,Melbourne,3000\",\"Facilities\":\"\",\"CentreLatitude\":-37.814251,\"CentreLongitude\":144.963169}","bounds":""}
This should then return more JSON data which contains the information I want.
Is there a way in Djuggler to do this? I've been trying to use the "Post Web Page" and "Execute Javascript" commands with little luck.