-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresult.json
58 lines (58 loc) · 1.96 KB
/
result.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
{
"result": [
{
"id": "1",
"name": "いい椅子",
"image_url": "https://raw.githubusercontent.com/github/explore/bc74dc5f9d530003dcd057b7b73c12fbcc4484ed/topics/elm/elm.png",
"price": 200
},
{
"id": "2",
"name": "いい机",
"image_url": "https://raw.githubusercontent.com/github/explore/bc74dc5f9d530003dcd057b7b73c12fbcc4484ed/topics/elm/elm.png",
"price": 300
},
{
"id": "3",
"name": "ナイスなテーブル",
"image_url": "https://raw.githubusercontent.com/github/explore/bc74dc5f9d530003dcd057b7b73c12fbcc4484ed/topics/elm/elm.png",
"price": 400
},
{
"id": "4",
"name": "すげーテーブル",
"image_url": "https://raw.githubusercontent.com/github/explore/bc74dc5f9d530003dcd057b7b73c12fbcc4484ed/topics/elm/elm.png",
"price": 250
},
{
"id": "5",
"name": "やべーテーブル",
"image_url": "https://raw.githubusercontent.com/github/explore/bc74dc5f9d530003dcd057b7b73c12fbcc4484ed/topics/elm/elm.png",
"price": 350
},
{
"id": "6",
"name": "なんともいえないテーブル",
"image_url": "https://raw.githubusercontent.com/github/explore/bc74dc5f9d530003dcd057b7b73c12fbcc4484ed/topics/elm/elm.png",
"price": 450
},
{
"id": "8",
"name": "ものものしいテーブル",
"image_url": "https://raw.githubusercontent.com/github/explore/bc74dc5f9d530003dcd057b7b73c12fbcc4484ed/topics/elm/elm.png",
"price": 700
},
{
"id": "9",
"name": "すばらしいテーブル",
"image_url": "https://raw.githubusercontent.com/github/explore/bc74dc5f9d530003dcd057b7b73c12fbcc4484ed/topics/elm/elm.png",
"price": 200
},
{
"id": "10",
"name": "ものすごいテーブル",
"image_url": "https://raw.githubusercontent.com/github/explore/bc74dc5f9d530003dcd057b7b73c12fbcc4484ed/topics/elm/elm.png",
"price": 200
}
]
}