-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
129 lines (129 loc) · 2.24 KB
/
db.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"users": [
{
"id": "1",
"name": "Myra"
},
{
"id": "d29d",
"name": "Reginald Kulas"
},
{
"id": "251e",
"name": "Marjorie Sipes"
},
{
"id": "e0f7",
"name": "Iris Murray"
},
{
"id": "2675",
"name": "Mrs. Ann Watsica"
},
{
"id": "586b",
"name": "Merle Willms"
},
{
"id": "b52b",
"name": "Yolanda Padberg"
},
{
"id": "73d5",
"name": "Lee Littel"
},
{
"id": "c797",
"name": "Margie Glover"
}
],
"albums": [
{
"id": "10",
"title": "Somewhere",
"userId": 1
},
{
"id": "a77a",
"userId": "1",
"title": "Elegant Bronze Pizza"
},
{
"id": "8467",
"userId": "1",
"title": "Elegant Soft Table"
},
{
"id": "c018",
"userId": "1",
"title": "Bespoke Soft Pants"
},
{
"id": "584b",
"userId": "1",
"title": "Ergonomic Rubber Ball"
},
{
"id": "1990",
"userId": "1",
"title": "Unbranded Granite Ball"
},
{
"id": "ec82",
"userId": "1",
"title": "Fantastic Steel Tuna"
},
{
"id": "92f0",
"userId": "1",
"title": "Ergonomic Bronze Tuna"
},
{
"id": "d15f",
"userId": "1",
"title": "Awesome Metal Cheese"
},
{
"id": "d037",
"userId": "1",
"title": "Generic Metal Cheese"
},
{
"id": "c6a6",
"userId": "2675",
"title": "Incredible Bronze Shoes"
},
{
"id": "1889",
"userId": "d29d",
"title": "Sleek Fresh Shirt"
},
{
"id": "3553",
"userId": "251e",
"title": "Handmade Cotton Towels"
}
],
"photos": [
{
"id": "3b09",
"albumId": "10",
"url": "https://loremflickr.com/150/150/abstract?lock=42726"
},
{
"id": "9d87",
"albumId": "a77a",
"url": "https://loremflickr.com/150/150/abstract?lock=5116"
},
{
"id": "0459",
"albumId": "8467",
"url": "https://loremflickr.com/150/150/abstract?lock=80738"
},
{
"id": "0fc6",
"albumId": "10",
"url": "https://loremflickr.com/150/150/abstract?lock=50457"
}
]
}