Created
May 23, 2019 01:47
-
-
Save JordanMarr/272ea15ae8eb4073cf212ef63690dbb0 to your computer and use it in GitHub Desktop.
Simple Json
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