Last active
March 26, 2019 11:45
-
-
Save tsh-code/1b18e060fd40e93c8fb08f9776ba21bd to your computer and use it in GitHub Desktop.
This file contains 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": "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