How to Deserialize this Json Data in asp.net C#.
{"USD_PHP":{"2016-12-31":49.560001},"PHP_USD":{"2016-12-31":0.020178}}
Here the USD_PHP
and PHP_USD
is going to be always unique, the Date 2016-12-31
is also unique for every date value. All i want to get the Currency Conversion Rate (49.560001, and 0.020178) in my application. How can i Build the program which is having no Common Key Field?