Created
May 8, 2011 23:59
-
-
Save georgedrummond/961821 to your computer and use it in GitHub Desktop.
accountsapp api - currencies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"currency":{ | |
"name":"British Pounds", | |
"code":"GBP", | |
"id":1, | |
"unit":"\u00a3" | |
} | |
}, | |
{ | |
"currency":{ | |
"name":"US Dollars", | |
"code":"USD", | |
"id":2, | |
"unit":"$" | |
} | |
}, | |
{ | |
"currency":{ | |
"name":"Euros", | |
"code":"EUR", | |
"id":3, | |
"unit":"\u20ac" | |
} | |
}, | |
{ | |
"currency":{ | |
"name":"Australian Dollars", | |
"code":"AUS", | |
"id":4, | |
"unit":"$" | |
} | |
}, | |
{ | |
"currency":{ | |
"name":"Canadian Dollars", | |
"code":"CAD", | |
"id":5, | |
"unit":"$" | |
} | |
}, | |
{ | |
"currency":{ | |
"name":"New Zealand Dollars", | |
"code":"NZD", | |
"id":6, | |
"unit":"$" | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment