Skip to content

Instantly share code, notes, and snippets.

@tsh-code
Last active March 26, 2019 11:45
Show Gist options
  • Save tsh-code/1b18e060fd40e93c8fb08f9776ba21bd to your computer and use it in GitHub Desktop.
Save tsh-code/1b18e060fd40e93c8fb08f9776ba21bd to your computer and use it in GitHub Desktop.
[
{
"currency": "PLN",
"rates": [
{
"currency": "PLN",
"rate": 1
},
{
"currency": "USD",
"rate": 0.33
}
]
},
{
"currency": "USD",
"rates": [
{
"currency": "USD",
"rate": 1
},
{
"currency": "PLN",
"rate": 3.03
}
]
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment