Created
May 23, 2019 01:53
-
-
Save JordanMarr/f9401e103a5521f4235b7c4660cfd7ab 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
Username | Amount | |
---|---|---|
jdoe | $1.50 | |
rmarsh | $3.75 |
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
[{ | |
"Username": "jdoe", "Amount": "1.50" | |
}, | |
{ | |
"Username": "jdoe", "Amount": "1.50" | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment