Generate Go structs with json struct tags from sample JSON.
{"id":1,"name":"DevKit"}
type Root struct { Id int64 `json:"id"` }