gojson icon indicating copy to clipboard operation
gojson copied to clipboard

Does Gojson support converting structures to json? What are the supported commands?

Open cnchef opened this issue 2 years ago • 0 comments

Does Gojson support converting structures to json? What are the supported commands?

type Person struct { Name string json:"name" Age int json:"age" }

cnchef avatar Mar 30 '23 03:03 cnchef