-
Notifications
You must be signed in to change notification settings - Fork 21
/
test.json
38 lines (36 loc) · 1018 Bytes
/
test.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
{
"search": {
"total": 2,
"total_pages": 1,
"results": [
{
"user": {
"name": "John Doe",
"links": { "html": "https://lexoyo.me" }
},
"id": 12345,
"uppdated_at": "2019-04-20T10:30:00",
"width": 3098,
"height": 3154,
"urls": {
"regular": "http://localhost:6805/ce/fs/get/Downloads/ben-white-qDY9ahp0Mto-unsplash.jpg",
"raw": "http://localhost:6805/ce/fs/get/Downloads/ben-white-qDY9ahp0Mto-unsplash.jpg?"
}
},
{
"user": {
"name": "Jane Doe",
"links": { "html": "https://lexoyo.me" }
},
"id": 67890,
"uppdated_at": "2015-04-20T10:30:00",
"width": 3098,
"height": 3154,
"urls": {
"regular": "http://localhost:6805/ce/fs/get/Downloads/ben-white-qDY9ahp0Mto-unsplash.jpg",
"raw": "http://localhost:6805/ce/fs/get/Downloads/ben-white-qDY9ahp0Mto-unsplash.jpg?"
}
}
]
}
}