-
Notifications
You must be signed in to change notification settings - Fork 0
/
items.json
58 lines (58 loc) · 1001 Bytes
/
items.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
[
{
"id": 1,
"name": "Red",
"category": "Primary Color",
"priceCents": 1600,
"imageColor": "F00"
},
{
"id": 2,
"name": "Yellow",
"category": "Primary Color",
"priceCents": 2100,
"imageColor": "FF0"
},
{
"id": 3,
"name": "Blue",
"category": "Primary Color",
"priceCents": 1200,
"imageColor": "00F"
},
{
"id": 4,
"name": "Orange",
"category": "Secondary Color",
"priceCents": 1800,
"imageColor": "F60"
},
{
"id": 5,
"name": "Green",
"category": "Secondary Color",
"priceCents": 1600,
"imageColor": "0F0"
},
{
"id": 6,
"name": "Purple",
"category": "Secondary Color",
"priceCents": 2100,
"imageColor": "60F"
},
{
"id": 7,
"name": "Light Gray",
"category": "Grayscale",
"priceCents": 1200,
"imageColor": "AAA"
},
{
"id": 8,
"name": "Dark Gray",
"category": "Grayscale",
"priceCents": 1600,
"imageColor": "333"
}
]