Created
November 30, 2020 12:42
-
-
Save desaijay315/12f27aaad0d2155c75092dd627e285fc 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
{ | |
"_id" : ObjectId("5f9a940f9d32533a3dc9b2d6"), | |
"gender" : "male", | |
"name" : { | |
"first" : "john", | |
"last" : "doe" | |
}, | |
"location" : { | |
"coordinates" : { | |
"latitude" : "-10.5930", | |
"longitude" : "-40.3670" | |
} | |
}, | |
"email" : "[email protected]" | |
}, | |
{ | |
"_id" : ObjectId("5f9a940f9d32533a3dc9b2d5"), | |
"gender" : "male", | |
"name" : { | |
"first" : "jay", | |
"last" : "desai" | |
}, | |
"location" : { | |
"coordinates" : { | |
"latitude" : "-150.4177", | |
"longitude" : "-60.2905" | |
} | |
}, | |
"email" : "[email protected]" | |
}, | |
{ | |
"_id" : ObjectId("5f9a940f9d32533a3dc9b2d4"), | |
"gender" : "female", | |
"name" : { | |
"title" : "ms", | |
"first" : "Keily", | |
"last" : "Haisley" | |
}, | |
"location" : { | |
"coordinates" : { | |
"latitude" : "49.3902", | |
"longitude" : "-97.8141" | |
} | |
}, | |
"email" : "[email protected]" | |
}, | |
{ | |
"_id" : ObjectId("5f9a940f9d32533a3dc9b2d3"), | |
"gender" : "female", | |
"name" : { | |
"first" : "yara", | |
"last" : "jonhson" | |
}, | |
"location" : { | |
"coordinates" : { | |
"latitude" : "49.3344", | |
"longitude" : "-115.3165" | |
} | |
}, | |
"email" : "[email protected]" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment