JSON转Go结构体

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

工具简介

本工具是一个在线将JSON字符串转换为Go结构体的工具。