Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Twitter Sign In with OpenID Sign In with Google

Sign In Sign Up

Tagged

Welcome to the Jo support forums! Please Sign Up and join in the discussion. You can also Sign In instantly with Twitter, OpenID or your Google ID.
json data fetch: joscript example
  • ucasanoucasano December 2010
    Posts: 6

    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