It looks like you're new here. If you want to get involved, click one of these buttons!
Hello, I am trying to fetch json data from a server. In order to do this, I have to make a get request, like http://link/index.php?a=23&b=4 this get request returns something in json format, like {"Result" : "1"} How do I do in order to get the json answer, from inside a joApp script? The only one "tutorial" I found is not complete, and documentation really lacks of many useful examples. bye