-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
109 lines (94 loc) · 1.55 KB
/
Copy pathdata.json
File metadata and controls
109 lines (94 loc) · 1.55 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
102
103
104
105
106
107
108
109
{
"songs": [
{
"song_title": "What You Won't Do For Love",
"artist": "Bobby Caldwell",
"year": "1978",
"genre": "Jazz"
},
{
"song_title": "What's Going On",
"artist": "Marvin Gaye",
"year": "1971",
"genre": "Soul"
},
{
"song_title": "Love is a Losing Game",
"artist": "Amy Winehouse",
"year": "2006",
"genre": ["Soul", "R&B"]
},
{
"song_title": "The Girl from Ipanema",
"artist": "Frank Sinatra",
"year": "1967",
"genre": ["Jazz", "Bossa Nova"]
},
{
"song_title": "Dreams",
"artist": "Fleetwood Mac",
"year": "1977",
"genre": "Rock"
},
{
"song_title": "Is This Love",
"artist": "Bob Marley",
"year": "1978",
"genre": "Reggae"
},
{
"song_title": "My Own Peculiar Way",
"artist": "Willie Nelson",
"year": "1998",
"genre": "Country"
},
{
"song_title": "Keep Ya Head Up",
"artist": "Tupac",
"year": "1993",
"genre": "Hip Hop"
},
{
"song_title": "'Round Midnight'",
"artist": "Thelonious Monk",
"year": "1951",
"genre": "Jazz"
},
{
"song_title": "You've Got a Friend",
"artist": ["Donny Hathaway", " Roberta Flack"],
"year": "1972",
"genre": "Soul"
},
{
"song_title": "As",
"artist": "Stevie Wonder",
"year": "1976",
"genre": "Soul"
},
{
"song_title": "One Step Ahead",
"artist": "Aretha Franklin",
"year": "1996",
"genre": "Soul"
},
{
"song_title": "So Far Away",
"artist": "Carole King",
"year": "1971",
"genre": ["Soul", "Rock"]
},
{
"song_title": "Cupid",
"artist": "Sam Cooke",
"year": "1961",
"genre": ["Soul"]
},
{
"song_title": "Tenderly",
"artist": "Sarah Vaughan",
"year": "1947",
"genre": ["Jazz"]
}
]
}