简体中文
Toggle theme
JSON 到 Go 结构
从 JSON 输出字符串自动生成带有 json 标签的 Go 结构。
输入
{ "id": 1, "name": "Jane", "active": true }
输出 (Go)
复制
生成 Go 结构