Created
August 1, 2023 20:16
-
-
Save m0smith/a7ef6b2fcd1b95a6e2322950f537b389 to your computer and use it in GitHub Desktop.
Example JSON data in a file
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
[ | |
{ | |
"name": "John Doe", | |
"age": 32, | |
"email": "[email protected]" | |
}, | |
{ | |
"name": "Jane Smith", | |
"age": 28, | |
"email": "[email protected]" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment