-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample_1k.json
47 lines (47 loc) · 1.33 KB
/
example_1k.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[
{
"_id": "59b245c26a1f2c2667bfda58",
"index": 0,
"guid": "a2e83b36-d5cd-4cc7-9c13-6d3221852ddc",
"isActive": true,
"balance": "$2,401.27",
"picture": "http://placehold.it/32x32",
"age": 29,
"eyeColor": "green",
"name": "Shauna Adkins",
"gender": "female",
"company": "LUNCHPOD",
"email": "[email protected]",
"phone": "+1 (951) 497-2253",
"address": "832 Ocean Court, Waverly, Hawaii, 1015",
"about": "Ullamco consequat cillum nulla cupidatat. Mollit ipsum anim non id laboris id magna nostrud amet nulla tempor sint commodo. Fugiat voluptate incididunt sit laborum nulla magna nostrud quis occaecat irure sit anim irure. Deserunt aliquip nisi non minim consequat laborum proident id velit quis do sit consequat consequat.\r\n",
"registered": "2017-08-19T08:25:31 -01:00",
"latitude": -28.880429,
"longitude": 63.076901,
"tags": [
"minim",
"occaecat",
"sint",
"enim",
"proident",
"ullamco",
"mollit"
],
"friends": [
{
"id": 0,
"name": "Newman Velez"
},
{
"id": 1,
"name": "Singleton Kidd"
},
{
"id": 2,
"name": "Brady Beard"
}
],
"greeting": "Hello, Shauna Adkins! You have 1 unread messages.",
"favoriteFruit": "apple"
}
]