4 lines
145 B
JSON
Executable file
4 lines
145 B
JSON
Executable file
[{{ range $index, $data := .TopNSongs }}{{ if $index }},{{end}}{
|
|
"songName": "{{ .SongTitle }}",
|
|
"singCount": "{{ .Sings }}"
|
|
}{{ end }}]
|