I have struct
type tySurvey struct { Id int64 `json:\"id,omitempty\"` Name string `json:\"name,omitempty\"` }
use json.Number
json.Number
type tySurvey struct { Id json.Number `json:"id,omitempty"` Name string `json:"name,omitempty"` }