I have the following huge text: http://freetexthost.com/15nbm0dhob And I need to get all images URLS from the standard_resolution.
"standard_resolution": {
"url": "http://distilleryimage3.s3.amazonaws.com/59d6984092a211e392db12e25f465f4f_8.jpg",
"width": 640,
"height": 640
}
For example: from this, I would like to get the: http://distilleryimage3.s3.amazonaws.com/59d6984092a211e392db12e25f465f4f_8.jpg
And afterall I would like to have a List of string with all the standard URL's. I'm making a C# App.