{"id":53897,"library":"goinggo-mapstructure","title":"Mapstructure","description":"Converts arbitrary map[string]interface{} into native Go structures, supporting nested maps and slices.","status":"active","version":"0.0.0-20140717182941-194205d9b4a9","language":"go","source_language":null,"source_url":"https://github.com/goinggo/mapstructure","tags":["map","struct","decoding","conversion"],"install":[{"cmd":"go get github.com/goinggo/mapstructure","lang":"bash","label":"Install github.com/goinggo/mapstructure"}],"dependencies":[],"imports":[{"symbol":"mapstructure","correct":"github.com/goinggo/mapstructure"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/goinggo/mapstructure\"\n)\n\ntype Person struct {\n\tName string\n\tAge  int\n}\n\nfunc main() {\n\tinput := map[string]interface{}{\"name\": \"Alice\", \"age\": 30}\n\tvar p Person\n\tmapstructure.Decode(input, &p)\n\tfmt.Println(p)\n}","lang":"go","description":"Decode a map into a Go struct."},"warnings":[],"env_vars":null,"search_vec":"'arbitrari':3 'convers':19 'convert':2 'decod':18 'go':9 'interfac':6 'map':4,13,16 'mapstructur':1 'nativ':8 'nest':12 'slice':15 'string':5 'struct':17 'structur':10 'support':11","created_at":"2026-06-15T07:59:27.057842+00:00","updated_at":"2026-06-15T07:59:27.057842+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/goinggo/mapstructure","github":"https://github.com/goinggo/mapstructure","docs":"https://pkg.go.dev/github.com/goinggo/mapstructure#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["serialization"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}