confd icon indicating copy to clipboard operation
confd copied to clipboard

json key is not string

Open Devying opened this issue 6 years ago • 0 comments

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

Devying avatar Aug 12 '19 08:08 Devying