-
Notifications
You must be signed in to change notification settings - Fork 0
/
products.json
67 lines (67 loc) · 2.55 KB
/
products.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
{
"products": [
{
"seller_name": "Tyler Sherman",
"product_name": "Android",
"description": "#Google",
"price": "250.01",
"picture": "https://raw.githubusercontent.com/TylerSSherman98/Marketplace-App/master/Images/android.jpg"
},
{
"seller_name": "Forest Colerick",
"product_name": "Apple",
"description": "Pictures just don't do it justice. Truly revolutionary.",
"price": "100000",
"picture": "https://raw.githubusercontent.com/TylerSSherman98/Marketplace-App/master/Images/apple.jpg"
},
{
"seller_name": "Explosions 'R' Us",
"product_name": "Samsung Galaxy S7",
"description": "The future, or say they said.",
"price": "0.01",
"picture": "https://raw.githubusercontent.com/TylerSSherman98/Marketplace-App/master/Images/samsung.jpg"
},
{
"seller_name": "Emily Gyles",
"product_name": "Kraft Mac & Cheese",
"description": "This. Is. College.",
"price": "5.75",
"picture": "https://raw.githubusercontent.com/TylerSSherman98/Marketplace-App/master/Images/macAndCheese.jpeg"
},
{
"seller_name": "Matt Marani",
"product_name": "Grass",
"description": "No comment.",
"price": "123456.78",
"picture": ""
},
{
"seller_name": "Forest Colerick",
"product_name": "Baby Trees",
"description": "Little. Ity. Bitty. Trees.",
"price": "299999.99",
"picture": "https://raw.githubusercontent.com/TylerSSherman98/Marketplace-App/master/Images/trees.jpg"
},
{
"seller_name": "Lee Hofman",
"product_name": "Invasive Species",
"description": "They are invasive. They are species. They are everywhere. #ExoticPetTrade",
"price": "37.65",
"picture": "https://raw.githubusercontent.com/TylerSSherman98/Marketplace-App/master/Images/invasiveSpecies.jpg"
},
{
"seller_name": "Dr. Harmon",
"product_name": "Knowledge",
"description": "I teach the future youths of your nation.",
"price": "99.99",
"picture": ""
},
{
"seller_name": "Avatar",
"product_name": "Pure oxygen",
"description": "nah you got it.",
"price": "3.14",
"picture": ""
}
]
}