Skip to content

Instantly share code, notes, and snippets.

@pkosiec
Created November 1, 2018 22:19
Show Gist options
  • Save pkosiec/99a32f51fad849e34dc6947de5002977 to your computer and use it in GitHub Desktop.
Save pkosiec/99a32f51fad849e34dc6947de5002977 to your computer and use it in GitHub Desktop.
Example MongoDB document with typo
[
{
"name": "John",
"email": "john@mail.de",
"age": 18,
},
{
"name": "Bob",
"emial": "bob@example.com",
"age": "none",
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment