Created
November 1, 2018 22:19
-
-
Save pkosiec/99a32f51fad849e34dc6947de5002977 to your computer and use it in GitHub Desktop.
Example MongoDB document with typo
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", | |
"email": "[email protected]", | |
"age": 18, | |
}, | |
{ | |
"name": "Bob", | |
"emial": "[email protected]", | |
"age": "none", | |
}, | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment