How to get json data value in angularjs

Nov 9 2017 3:41 AM
I want to call this url
 
https://free.currencyconverterapi.com/api/v4/convert?q=INR_USD&compact=y
 
After Calling Json Data will come like..
 
{"INR_USD":{"val":0.015392}}
 
Now I want only value of val variable ...
 
How to do in angularjs and also how to do by calling webservice in asp.net c#. ?

Answers (5)