package sn type User struct { Id int `json:"id,string"` Name string `json:"name"` }