drinkrain
9 years agoVisitor
Json Api help!
Hi, I recently started building a Roku app. I noticed that there are a very limited amount of resources. This forum has been very helpful! I was wondering if you could give me some insight: I am...
url = CreateObject("roUrlTransfer")
url.SetUrl("http://www.mycontentprovider.com/some_feed?format=json")
rsp = url.GetToString()
response_as_associative_array = parseJSON(rsp)