JSON轉Go

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

工具簡介

本工具是一個在線將JSON字符串轉換為Go結構體的工具。