Does Gojson support converting structures to json? What are the supported commands? type Person struct { Name string `json:"name"` Age int `json:"age"` }
Does Gojson support converting structures to json? What are the supported commands?
type Person struct {
Name string
json:"name"Age int
json:"age"}