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