Retrieving “images” from a JSON string retrived from Instagram API
Using C# and Visual Studio 2010 (Windows Form Project), InstaSharp and Newtonsoft.Json libraries. I want to get the image url from the JSON string returned to me by the Endpoint Instagram API when I request for a particular hashtag. I can so far retrive the JSON string. I am trying to use Newtonsoft.Json to deserialize the object using the examples, but I probably dont understand the JSON string representation of the object properly. Below is a simplified sample response I get from the api call tags/tag-name/media/recent from their documentation. source here { "data": [{ "type": "image",