|
|
|
|
|
by cdubzzz
3151 days ago
|
|
Implementing this to replace a very low usage exchange rate form. The format of their data is... odd. E.g. - {
"Realtime Currency Exchange Rate": {
"1. From_Currency Code": "BND",
"2. From_Currency Name": "Brunei Dollar",
"3. To_Currency Code": "USD",
"4. To_Currency Name": "United States Dollar",
"5. Exchange Rate": "0.73326846",
"6. Last Refreshed": "2017-11-03 17:37:12",
"7. Time Zone": "UTC"
}
} Why the numbers and mix of underscores and spaces in keys? |
|