-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
101 lines (101 loc) · 2.16 KB
/
Copy pathdata.json
File metadata and controls
101 lines (101 loc) · 2.16 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
[
{
"artist": "Sisters of Mercy",
"album": "First and Last and Always",
"price": 20,
"qty": 3,
"format": "Vinyl",
"category": "Alternative",
"mbid": "63823c15-6abc-473e-9fad-d0d0fa983b34"
},
{
"artist": "Joy Division",
"album": "Unknown Pleasures",
"price": 25,
"qty": 10,
"format": "CD",
"category": "Alternative",
"mbid": "3dd3e849-5830-429a-ac81-75054fe1d720"
},
{
"artist": "Chameleons",
"album": "Script of the Bridge",
"price": 18,
"qty": 2,
"format": "Vinyl",
"category": "Alternative",
"mbid": "21c47b6a-4c66-32ea-b67d-0987ba2a0a59"
},
{
"artist": "Pearl Jam",
"album": "Ten",
"price": 22,
"qty": 8,
"format": "CD",
"category": "Rock",
"mbid": "ead8be7c-5252-4f86-9cad-b7c98aef226d"
},
{
"artist": "Nirvana",
"album": "Nevermind",
"price": 20,
"qty": 10,
"format": "Vinyl",
"category": "Rock",
"mbid": "2feb350a-41c3-4358-addd-5b66ce2c34ba"
},
{
"artist": "Franz Ferdinand",
"album": "Franz Ferdinand",
"price": 21,
"qty": 90,
"format": "Vinyl",
"category": "Indie",
"mbid": "af6691d1-12b2-4238-8380-682daa2754e3"
},
{
"artist": "Arctic Monkeys",
"album": "AM",
"price": 24,
"qty": 3,
"format": "Vinyl",
"category": "Indie",
"mbid": "bf584cf2-dc33-433e-b8b2-b85578822726"
},
{
"artist": "Foo Fighters",
"album": "Foo Fighers",
"price": 8,
"qty": 10,
"format": "CD",
"category": "Rock",
"mbid": "d6591261-daaa-4bb2-81b6-544e499da727"
},
{
"artist": "The Cure",
"album": "Disintegration",
"price": 23,
"qty": 1,
"format": "Vinyl",
"category": "Alternative",
"mbid": "11af85e2-c272-4c59-a902-47f75141dc97"
},
{
"artist": "The Smiths",
"album": "The Queen Is Dead",
"price": 28,
"qty": 5,
"format": "Vinyl",
"category": "Alternative",
"mbid": "3166b55c-17db-3a92-87f7-3b62d0222c46"
},
{
"artist": "The Smiths",
"album": "The Queen Is Dead",
"price": 10,
"qty": 10,
"format": "CD",
"category": "Alternative",
"mbid": "fd0da5e1-fbb4-3a6c-a575-929b78a272c3"
}
]