confd
confd copied to clipboard
json key is not string
if the data's key is int, when i use json keywords in the template file,
{{with get "/bigkey"}}
{{$data := json .Value}}
1=>{{$data.1}},
2=>{{$data.2}},
{{end}}
i can't get the value ,i got an error bad character.1