Json生成Go结构体

工具介绍

Json生成Go结构体工具:根据JSON数据自动生成带 json tag 的Go结构体定义,嵌套对象生成匿名内嵌结构体,数组生成切片,数字自动区分 int 与 float64,可直接复制到项目中配合 encoding/json 使用。

您的足迹: