[go-nuts] Re: Issue using json with array

2019-02-19 Thread Juan Mamani
Thanks Victor! for now reading about.. El lunes, 4 de febrero de 2019, 10:56:53 (UTC-3), Victor Giordano escribió: > > Implemeting the Stringer interface could solve your problem > > El martes, 18 de diciembre de 2018, 22:40:45 (UTC-3), Juan Mamani escribió: >> >> I'm not an

[go-nuts] Re: Issue using json with array

2019-02-04 Thread Victor Giordano
My bad, if you want to custom your JSON output you should use https://golang.org/pkg/encoding/json/#Marshaler El lunes, 4 de febrero de 2019, 10:56:53 (UTC-3), Victor Giordano escribió: > > Implemeting the Stringer interface could solve your problem > > El martes, 18 de diciembre de 2018, 22:

[go-nuts] Re: Issue using json with array

2019-02-04 Thread Victor Giordano
Implemeting the Stringer interface could solve your problem El martes, 18 de diciembre de 2018, 22:40:45 (UTC-3), Juan Mamani escribió: > > I'm not an expert but I do my best. > > Original json format required: > { "pos": [{ "lp" : "WISE-12", "lat": "-33,43565400", "lon" : > "-70,60552700",