-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
57 lines (57 loc) · 1.36 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
{
"posts": [
{
"id": 1,
"title": "example",
"count": 10,
"url": "https://example-files.online-convert.com/audio/m4a/example.m4a"
},
{
"id": 2,
"title": "example-github",
"count": 2,
"url": "https://github.com/wollew/json-dummy/blob/master/example.m4a?raw=true"
},
{
"id": 3,
"title": "example-github2",
"count": 2,
"url": "https://github.com/wollew/json-dummy/blob/master/example2.m4a?raw=true"
}
],
"files": [
{
"id": 4,
"title": "all examples",
"uris": [
"https://github.com/wollew/json-dummy/blob/master/example.m4a?raw=true",
"https://github.com/wollew/json-dummy/blob/master/example2.m4a?raw=true",
"https://github.com/wollew/json-dummy/blob/master/example3.m4a?raw=true"
]
},
{
"id": 1,
"title": "example1",
"uris": [
"https://github.com/wollew/json-dummy/blob/master/example.m4a?raw=true"
]
},
{
"id": 3,
"title": "example3",
"uris": [
"https://github.com/wollew/json-dummy/blob/master/example3.m4a?raw=true"
]
},
{
"id": 2,
"title": "example2",
"uris": [
"https://github.com/wollew/json-dummy/blob/master/example2.m4a?raw=true"
]
}
],
"profile": {
"name": "typicode"
}
}