This C# UWP solution demonstrates the URL retreival after JSON string parsing from the Bing Image of the Day API. Each line of code is well detailed in order to demonstrate the thinking behind using the method and better understanding.
Stars
7
Forks
0
Watchers
7
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
14
commits
Added method parseJSONString_Newtonsoft that parse the JSON string using NewtonSoft Json.Net API
f62f7b5View on GitHubAdded method displayImages and sldNoOfImages_ValueChanged
64cc081View on GitHubAdded method parseJSONString to extract the URL from the JSON String
58f76b3View on GitHubAdded the getJSONString method to retrieve the JSON String containing the URL
c4492eaView on GitHub