Parse JSON data using jQuery.getJSON()
In this post I am going to explain, how we can parse a JSON data which we will get here using one of the jQuery Ajax shorthand method – $.getJSON(). Basically, the $.getJSON() method loads the JSON-encoded data from the server using a GET HTTP request based on a URL to which the request is sent. It also has a callback function which is executed if the request succeeds. The returned data passed to…
View On WordPress


















