Guest User

Untitled

a guest
Sep 18th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. [{
  2. code = USD;
  3. description = "United States Dollar";
  4. rate = "6,355.1675";
  5. "rate_float" = "6355.1675";
  6. symbol = "$";
  7. }, {
  8. code = GBP;
  9. description = "British Pound Sterling";
  10. rate = "4,826.3112";
  11. "rate_float" = "4826.3112";
  12. symbol = "£";
  13. }, {
  14. code = EUR;
  15. description = Euro;
  16. rate = "5,429.8488";
  17. "rate_float" = "5429.8488";
  18. symbol = "€";
  19. }]
Add Comment
Please, Sign In to add comment