4 lines
150 B
JSON
Executable file
4 lines
150 B
JSON
Executable file
[{{ range $index, $data := .TopNSingers }}{{ if $index }},{{end}}{
|
|
"singerName": "{{ .SingerName }}",
|
|
"singCount": "{{ .Sings }}"
|
|
}{{ end }}]
|