Getting response from HTTP Adapter from Worklight
问题 I am new to worklight. I tried to get the json response from the http adapter, but I am unable to get it to display on device. I added some alerts in my javascript code and found that it is returning the size of json object as `undefined``. Here is my adapter javascript file: function getGooglePlaces(location,name) { var input = { method : 'get', returnedContentType : 'json', path : 'maps/api/place/search/json', headers: { Host: 'maps.googleapis.com' }, parameters : { 'key' : MyKey, 'location