Forum Discussion

rabih's avatar
rabih
Helper
12 years ago

http client cannot parse json list

I am having trouble trying to pull json from a 3rd party through http.client.request(). The json I'm trying to get contains a list {"recommendation": [1,2,3,4,5]}. When I try a simple json like this ...