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 How can I comfortably access this complex result in ivy. With Java or ivyScript? asked 08.09.2015 at 16:23 SupportIvyTeam ♦♦ |
You can easily access the JSON response content if you:
Generate classes:
Parse JSON as java objects
answered 08.09.2015 at 16:27 Reguel Werme... ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 08.09.2015 at 16:23
Seen: 6,265 times
Last updated: 08.09.2015 at 16:53