Parse complex JSON response from REST call
I use the REST api of google to trigger a search on their search engine.
This works as expected. The result of the call is a complex JSON string.
See http://ajax.googleapis.com/ajax/services/search/web?v=1.0&q=ivyTeam
![sampleJson][1]
How can I comfortably access this complex result in ivy. With Java or ivyScript?ivyScript?
[1]: http://answers.axonivy.com/upfiles/sampleJsonFromGoogle.PNG