-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththegames.json
More file actions
37 lines (37 loc) · 804 Bytes
/
thegames.json
File metadata and controls
37 lines (37 loc) · 804 Bytes
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
{ "the games" : [
{
"sku" : "GC-002",
"name" : "Great Game",
"description" : "A Great Game",
"Price" : "23.23",
"Quantity" : "2"
},
{
"sku" : "GC-005",
"name" : "Okay Game",
"description" : "An okayish Game",
"Price" : "52.52",
"Quantity" : "11"
},
{
"sku" : "GC-019",
"name" : "Basic Game",
"description" : "A very Basic Game",
"Price" : "99.59",
"Quantity" : "15"
},
{
"sku" : "GC-026",
"name" : "Advanced Game",
"description" : "The Most Advanced Game",
"Price" : "1.05",
"Quantity" : "5"
},
{
"sku" : "GC-007",
"name" : "Interesting Game",
"description" : "An interesting Game",
"Price" : "11.11",
"Quantity" : "1"
}
]}