/
JSON in Go
Indietro
JSON in Go
Mappa automaticamente le strutture JSON in codice Go Struct
JSON Sorgente
{"user_id": 1, "profile": {"nick_name": "Gemini", "tags": ["AI", "Tech"]}}
Genera Codice ->
Cancella Tutto
Go Struct Generata