To get the json response you can use the AJAX to request URL. This will trigger an event when it is finished. You can then get that JSON string response and do what you want with it. If you try to convert to an array, however, know that you JSON response must have a couple of extra tags at the beginning, something not in the documentation for the array.