Files
libjson/tests/contacts.json
Bronson Graansma 7c4cf8d4d3 first commit
2018-08-07 13:57:09 -04:00

29 lines
748 B
JSON

{
"total": 25,
"limit": 10,
"skip": 0,
"data": [
{
"_id": "5968fcad629fa84ab65a5247",
"first_name": "Sabrina",
"last_name": "Mayert",
"address": "69756 Wendy Junction",
"phone": "1-406-866-3476 x478",
"email": "donny54@yahoo.com",
"updatedAt": "2017-07-14T17:17:33.010Z",
"createdAt": "2017-07-14T17:17:33.010Z",
"__v": 0
},
{
"_id": "5968fcad629fa84ab65a5246",
"first_name": "Taryn",
"last_name": "Dietrich",
"address": "42080 Federico Greens",
"phone": "(197) 679-7020 x98462",
"email": "betty_schaefer1@gmail.com",
"updatedAt": "2017-07-14T17:17:33.006Z",
"createdAt": "2017-07-14T17:17:33.006Z",
"__v": 0
}
]
}