4
Answers

store json response data into variable

I have a link as follows:
 
http://104.211.243.204/?container=comedy-movies&blob=abhijeet.mp4
 
While using the Web API in C# I get the following result:
 
{ "url": "https://moviestarstorage.blob.core.windows.net/water/abhijeet.mp4" }
 
This is the URL of a video.
 
I want the content of the url in a variable so that I can directly play the video instead of getting the url.
Answers (4)