Get results

Hi. How do i return the results from this url in webix.
https://maps.googleapis.com/maps/api/place/textsearch/json?query=banks+in+South%20Africa&key=
Perhaps with.
var ggdata = webix.ajax

Yep, ajax should suit for such JSON.

But note that webix.ajax returns a promise object. However, data parser will handle it properly:

http://webix.com/snippet/e9861a9c

But if it’s a cross-domain request, you may get an access error, so please check the following article:

http://docs.webix.com/desktop__crossdomain_loading.html