Extract JSON object from an URL

Hi, firstly, "JSON object" is a misnomer. JSON stands for JavaScript Object Notation. In other words, it is a string representation of a JavaScript object. The distinction is important if you wish to become proficient.

Ok, so to do a GET request for JSON data, see this example in the cookbook

1 Like