/
JSON to Go
Back
JSON to Go
Automatically maps JSON structures to Go Struct code
Source JSON
{"user_id": 1, "profile": {"nick_name": "Gemini", "tags": ["AI", "Tech"]}}
Generate Code ->
Clear All
Generated Go Struct