Hi yzsdn Make sure your project has the gb.web component ticked. This component has the JSON & JSONCollection classes that you will require.
You can find an introduction to JSON Collections Here
Below is a piece of example code that I use to get JSON results for a Book search from Google Books. It will work much the same way but you will need to change the format to suit the JSON format of the results in your example. ie: For Each JSonData["songs"]…
I use a WebView control to get the data by setting the URL field to the search string with the API Key ( assume you have one as well) Once the data is returned, the WebView.Text will contains the JSON data
Here is an partial example of the search results for a book called Gullivers Travels
{ "kind": "books#volumes", "totalItems": 41, "items": [ { "kind": "books#volume", "id": "9XBtCwAAQBAJ", "etag": "EHIKp6yCh4E", "selfLink": "
https://www.googleapis.com/books/v1/volumes/AAAAAAAAAAAA", "volumeInfo": { "title": "Gullivers Travels", "subtitle": "Class Ix", "authors": [ "Jonathan Swift" ], "publisher": "Prabhat Prakashan", "publishedDate": "1938-01-01", "description": "Jonathan Swift’s satirical novel was first published in 1726, yet it is still valid today. Gulliver’s Travels describes the four fantastic voyages of Lemuel Gulliver, a kindly ship’s surgeon. Swift portrays him as an observer, a reporter, and a victim of circumstance. His travels take him to Lilliput where he is a giant observing tiny people. In Brobdingnag, the tables are reversed and he is the tiny person in a land of giants where he is exhibited as a curiosity at markets and fairs. The flying island of Laputa is the scene of his next voyage. The people plan and plot as their country lies in ruins. It is a world of illusion and distorted values. The fourth and final voyage takes him to the home of the Houyhnhnms, gentle horses who rule the land.", "industryIdentifiers": [ { "type": "ISBN_13", "identifier": "9789351864127" }, { "type": "ISBN_10", "identifier": "935186412X" } ], "readingModes": { "text": true, "image": true }, "pageCount": 312, "printType": "BOOK", "categories": [ "Comics & Graphic Novels" ], "maturityRating": "NOT_MATURE", "allowAnonLogging": false, "contentVersion": "0.2.2.0.preview.3", "panelizationSummary": { "containsEpubBubbles": false, "containsImageBubbles": false }, "imageLinks": { "smallThumbnail": "
Image
Here is an partial example of the search results for a book called Gullivers Travels
{ "kind": "books#volumes", "totalItems": 41, "items": [ { "kind": "books#volume", "id": "9XBtCwAAQBAJ", "etag": "EHIKp6yCh4E", "selfLink": "https://www.googleapis.com/books/v1/volumes/AAAAAAAAAAAA", "volumeInfo": { "title": "Gullivers Travels", "subtitle": "Class Ix", "authors": [ "Jonathan Swift" ], "publisher": "Prabhat Prakashan", "publishedDate": "1938-01-01", "description": "Jonathan Swift’s satirical novel was first published in 1726, yet it is still valid today. Gulliver’s Travels describes the four fantastic voyages of Lemuel Gulliver, a kindly ship’s surgeon. Swift portrays him as an observer, a reporter, and a victim of circumstance. His travels take him to Lilliput where he is a giant observing tiny people. In Brobdingnag, the tables are reversed and he is the tiny person in a land of giants where he is exhibited as a curiosity at markets and fairs. The flying island of Laputa is the scene of his next voyage. The people plan and plot as their country lies in ruins. It is a world of illusion and distorted values. The fourth and final voyage takes him to the home of the Houyhnhnms, gentle horses who rule the land.", "industryIdentifiers": [ { "type": "ISBN_13", "identifier": "9789351864127" }, { "type": "ISBN_10", "identifier": "935186412X" } ], "readingModes": { "text": true, "image": true }, "pageCount": 312, "printType": "BOOK", "categories": [ "Comics & Graphic Novels" ], "maturityRating": "NOT_MATURE", "allowAnonLogging": false, "contentVersion": "0.2.2.0.preview.3", "panelizationSummary": { "containsEpubBubbles": false, "containsImageBubbles": false }, "imageLinks": { "smallThumbnail": "
Image