Skip to content

Instantly share code, notes, and snippets.

@jasonmelgoza
Last active December 6, 2017 17:39
Show Gist options
  • Select an option

  • Save jasonmelgoza/49e2cd04c715c87517b97c7cdf84be03 to your computer and use it in GitHub Desktop.

Select an option

Save jasonmelgoza/49e2cd04c715c87517b97c7cdf84be03 to your computer and use it in GitHub Desktop.
{
"currencies": [
{
"id": "0",
"name": "Euro",
"abbreviation": "EUR"
},
{
"id": "1",
"name": "Yen",
"abbreviation": "JPY"
},
{
"id": "2",
"name": "Australian Dollar",
"abbreviation": "AUD"
},
{
"id": "3",
"name": "German Mark",
"abbreviation": "DEM"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment