twitchsingstools/web/topsingers.json

5 lines
150 B
JSON
Executable File

[{{ range $index, $data := .TopNSingers }}{{ if $index }},{{end}}{
"singerName": "{{ .SingerName }}",
"singCount": "{{ .Sings }}"
}{{ end }}]