What is the purpose of the `json:"name"` tag in the struct field below?type User struct { Name string `json:"name"` }