Skip to content

Instantly share code, notes, and snippets.

@desaijay315
Created April 21, 2021 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save desaijay315/2567d6ea73df62b4f41db4794046f974 to your computer and use it in GitHub Desktop.
Save desaijay315/2567d6ea73df62b4f41db4794046f974 to your computer and use it in GitHub Desktop.
{
"_id" : ObjectId("5f9a940f9d32533a3dc9b2d6"),
"gender" : "male",
"name" : {
"first" : "john",
"last" : "doe"
},
"location" : {
"coordinates" : {
"latitude" : "-10.5930",
"longitude" : "-40.3670"
}
},
"email" : "johndoe@example.com"
},
{
"_id" : ObjectId("5f9a940f9d32533a3dc9b2d5"),
"gender" : "male",
"name" : {
"first" : "jay",
"last" : "desai"
},
"location" : {
"coordinates" : {
"latitude" : "-150.4177",
"longitude" : "-60.2905"
}
},
"email" : "jaydesai@example.com"
},
{
"_id" : ObjectId("5f9a940f9d32533a3dc9b2d4"),
"gender" : "female",
"name" : {
"title" : "ms",
"first" : "Keily",
"last" : "Haisley"
},
"location" : {
"coordinates" : {
"latitude" : "49.3902",
"longitude" : "-97.8141"
}
},
"email" : "keily.haisley@example.com"
},
{
"_id" : ObjectId("5f9a940f9d32533a3dc9b2d3"),
"gender" : "female",
"name" : {
"first" : "yara",
"last" : "jonhson"
},
"location" : {
"coordinates" : {
"latitude" : "49.3344",
"longitude" : "-115.3165"
}
},
"email" : "yara.jonhson@example.com"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment