-
Notifications
You must be signed in to change notification settings - Fork 1
/
Music.json
executable file
·109 lines (109 loc) · 1.42 KB
/
Music.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
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
{
"Items": [{
"AlbumTitle": {
"S": "Somewhat Famous"
},
"Awards": {
"S": "1"
},
"Artist": {
"S": "No One You Know"
},
"SongTitle": {
"S": "Call Me Today"
}
}, {
"AlbumTitle": {
"S": "Somewhat Famous"
},
"Awards": {
"S": "2"
},
"Artist": {
"S": "No One You Know"
},
"SongTitle": {
"S": "Howdy"
}
}, {
"AlbumTitle": {
"S": "Album123"
},
"Awards": {
"S": "1"
},
"Sponsor": {
"L": [{
"S": "dog"
}, {
"S": "mouse"
}, {
"S": "tiger"
}
]
},
"Artist": {
"S": "Lanka"
},
"SongTitle": {
"S": "Lanka"
}
}, {
"AlbumTitle": {
"S": "Lanka520"
},
"Awards": {
"S": "1"
},
"Sponsor": {
"L": [{
"S": "dog"
}, {
"S": "cat"
}, {
"S": "mouse"
}, {
"S": "stoat"
}, {
"S": "snake"
}
]
},
"Artist": {
"S": "Lanka"
},
"SongTitle": {
"S": "Lanka520520"
}
}, {
"AlbumTitle": {
"S": "Songs About Life"
},
"Awards": {
"S": "10"
},
"Artist": {
"S": "Acme Band"
},
"SongTitle": {
"S": "Happy Day"
}
}, {
"AlbumTitle": {
"S": "Another Album Title"
},
"Awards": {
"S": "8"
},
"Artist": {
"S": "Acme Band"
},
"SongTitle": {
"S": "PartiQL Rocks"
}
}
],
"Count": 6,
"ScannedCount": 6,
"ConsumedCapacity": null
}