Skip to main content
Journey Uncommon Logo
JourneyUncommon
easyGostructs and tagsSingle-choice MCQ

What is the purpose of the `json:"name"` tag in the struct field below?

type User struct { Name string `json:"name"` }