Skip to content

Instantly share code, notes, and snippets.

@liubko
Created April 4, 2019 18:44
Show Gist options
  • Save liubko/18f55133cc6f9198815ff8449de85056 to your computer and use it in GitHub Desktop.
Save liubko/18f55133cc6f9198815ff8449de85056 to your computer and use it in GitHub Desktop.
test data
[
{
"_id": "5ca6504e30cf14bd00f94a4f",
"name": {
"first": "Emily",
"last": "Henry"
},
"age": 38,
"eyeColor": "green",
"email": "[email protected]",
"phone": "+1 (915) 495-3757"
},
{
"_id": "5ca6504e6c96798b136fe0a9",
"name": {
"first": "Bryant",
"last": "Barrett"
},
"age": 31,
"eyeColor": "brown",
"email": "[email protected]",
"phone": "+1 (917) 479-3479"
},
{
"_id": "5ca6504e677d9afcc60b875b",
"name": {
"first": "Hatfield",
"last": "Riggs"
},
"age": 21,
"eyeColor": "green",
"email": "[email protected]",
"phone": "+1 (819) 596-3068"
},
{
"_id": "5ca6504ec3943eeabf869d76",
"name": {
"first": "Herring",
"last": "Lara"
},
"age": 33,
"eyeColor": "green",
"email": "[email protected]",
"phone": "+1 (997) 520-2418"
},
{
"_id": "5ca6504e96e25100ba03c86f",
"name": {
"first": "Compton",
"last": "Roman"
},
"age": 39,
"eyeColor": "blue",
"email": "[email protected]",
"phone": "+1 (845) 485-2888"
},
{
"_id": "5ca6504efc2f117d07c314a9",
"name": {
"first": "Chandler",
"last": "Sweeney"
},
"age": 25,
"eyeColor": "green",
"email": "[email protected]",
"phone": "+1 (910) 585-3001"
},
{
"_id": "5ca6504ed25ca856e4c3d48f",
"name": {
"first": "Lee",
"last": "Stevenson"
},
"age": 28,
"eyeColor": "brown",
"email": "[email protected]",
"phone": "+1 (817) 600-2562"
},
{
"_id": "5ca6504ec3dc0e27f365fd6a",
"name": {
"first": "England",
"last": "Gibson"
},
"age": 28,
"eyeColor": "green",
"email": "[email protected]",
"phone": "+1 (892) 528-3340"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment