-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstore.json
59 lines (59 loc) · 1.88 KB
/
store.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
{
"writers": [
{
"id": "1",
"name": "jack",
"born": "1992-09-12",
"deceased": "2077-03-22",
"description": "林俊杰(JJ Lin),1981年3月27日出生于新加坡,华语流行乐坛男歌手、词曲创作者、音乐制作人。",
"image": "https://s3.amazonaws.com/uifaces/faces/twitter/horaciobella/128.jpg"
},
{
"id": "2",
"name": "neil",
"born": "1992-09-12",
"deceased": "2077-03-22",
"description": "林俊杰(JJ Lin),1981年3月27日出生于新加坡,华语流行乐坛男歌手、词曲创作者、音乐制作人。",
"image": "https://s3.amazonaws.com/uifaces/faces/twitter/kamal_chaneman/128.jpg"
},
{
"id": "3",
"name": "bill",
"born": "1992-09-12",
"deceased": "2077-03-22",
"description": "林俊杰(JJ Lin),1981年3月27日出生于新加坡,华语流行乐坛男歌手、词曲创作者、音乐制作人。",
"image": "https://s3.amazonaws.com/uifaces/faces/twitter/nutzumi/128.jpg"
},
{
"id": "4",
"name": "jason",
"born": "1992-09-12",
"deceased": "2077-03-22",
"description": "林俊杰(JJ Lin),1981年3月27日出生于新加坡,华语流行乐坛男歌手、词曲创作者、音乐制作人。",
"image": "https://s3.amazonaws.com/uifaces/faces/twitter/kalmerrautam/128.jpg"
}
],
"texts": [
{
"id": "11",
"writerId":"1",
"title": "Harry Potter",
"description": "哈利波特是罗琳写的魔幻小说,全球畅销",
"published": "2005"
},
{
"id": "22",
"writerId":"2",
"title": "Jane",
"description": "飘还不错把",
"published": "1833"
},
{
"id": "33",
"writerId":"3",
"title": "The NoteBook",
"description": "恋恋笔记本超级好看",
"published": "2005"
}
]
}