Last active
May 19, 2020 21:56
-
-
Save geofflangenderfer/e85c69a81bd1edb3e24106643f0857eb to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[{ | |
"name": "John", | |
"age": 30, | |
"city": "New York" | |
}, | |
{ | |
"name": "Jane", | |
"age": 20, | |
"city": "San Francisco" | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment