Created
April 21, 2021 10:19
-
-
Save desaijay315/2567d6ea73df62b4f41db4794046f974 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