Reading JSON files with C# and JSON.net
问题 Im having some trouble to understand how to use JSON.net to read a json file. The file is looking like this: "version": { "files": [ { "url": "http://www.url.com/", "name": "someName" }, { "name": "someOtherName" "url": "http://www.url.com/" "clientreq": true }, .... I really do not have much idea how i can read this file .. What i need to do is to read the lines and download the file via the "url".. I know how to download files and so on, but i dont know how i can use JSON.net to read the