JSON to Go

type TrumanGenerated struct {
	Description string `json:"description"`
	URL string `json:"url"`
}

Introduction to the tool

This tool is an online tool for converting JSON strings to Go structures.