#Goθ¨θͺ #JSON [[struct tag]]γδ»γγ¦γγγγη’Ίθͺγγγδ»γγ¦γγͺγγ¨η‘θ¦γγγγγγ ```go:NGγͺδΎ type response struct { Count int } ``` ```go:OKγͺδΎ type response struct { Count int `json:"count"` } ```