J
JSON to Go Struct
Generate Go structs from JSON with json tags, nested types, and pointer options
JSON Input1 lines
Go Output
Go structs will appear here...How it works: Paste your JSON data and this tool generates Go structs with json tags. Nested objects create separate structs, arrays use slice types, and primitives map to
string, int32, int64, float64, or bool. Enable "Use pointers" to use pointer types for non-primitive fields.