mholt/json-to-go

Types are no longer showing up in the final output.

josephspurrier opened this issue · 2 comments

Name should have a type of "string".

image

Hard refresh and re-enter to get the right output.

This is what I got:

type AutoGenerated struct {
	Organization struct {
		Name string `json:"name"`
	} `json:"organization"`
}

Yep, that works. Thanks for the quick reply!