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#. ?