rabih
12 years agoHelper
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 {"recommendation": "1"} everything works fine. Is this a bug with lithium's json parser?
-rabih