Hi guys,
I'm new to all this Razor, and would appreciate any help on this problem i'm having:
I would like to retrieve the thumnail_url value from this JSON string output by this URL (Or similar): https://vimeo.com/api/oembed.json?url=https%3A//vimeo.com/76979871
I would get the ID number in the end of the URL from an item text field making af variable constructed like:
var videoURL = "https://vimeo.com/api/oembed.json?url=https%3A//vimeo.com/" + @videoID;
But I "just" need a way to stick my paws into the resulting JSON output, and retrieve the thumbnail_url.
Might it be an idea with some kind of caching?
Can't find my way around the different Json.net, JavaScriptSerializer and DataContractJsonSerializer articles out there :-(
Any ideas as to what would work on a standard Hostnordic hosted solution?