#Go言θͺž #JSON [[struct tag]]γŒδ»˜γ„γ¦γ„γ‚‹γ‹γ‚’η’Ίθͺγ™γ‚‹γ€‚δ»˜γ„γ¦γ„γͺγ„γ¨η„‘θ¦–γ•γ‚Œγ‚‹γŸγ‚γ€‚ ```go:NGγͺδΎ‹ type response struct { Count int } ``` ```go:OKγͺδΎ‹ type response struct { Count int `json:"count"` } ```