JSON数据转Go语言结构体定义
The tool generates Go struct definitions from JSON data, including proper Go types, JSON tags, and nested struct definitions.
Yes, each field gets a json tag with the original key name, e.g., \`json:"fieldName"\`. You can choose between camelCase and snake_case.
Yes, it handles nested objects, arrays, mixed types, null values, and generates appropriate Go types for each.