{"id":50105,"library":"ugorji-go","title":"Ugorji Go Codec","description":"A high-performance codec for encoding and decoding data in various formats like JSON, CBOR, and MessagePack.","status":"active","version":"1.2.14","language":"go","source_language":null,"source_url":"https://github.com/ugorji/go","tags":["codec","serialization","json","cbor","messagepack"],"install":[{"cmd":"go get github.com/ugorji/go","lang":"bash","label":"Install github.com/ugorji/go"}],"dependencies":[],"imports":[{"symbol":"codec","correct":"github.com/ugorji/go/codec"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/ugorji/go/codec\"\n)\n\nfunc main() {\n\tvar h codec.JsonHandle\n\tvar v interface{}\n\tdec := codec.NewDecoderBytes([]byte(`{\"key\":\"value\"}`), &h)\n\tdec.Decode(&v)\n}","lang":"go","description":"Decodes a JSON string into an interface using the codec package."},"warnings":[],"env_vars":null,"search_vec":"'cbor':19,25 'codec':3,8,22 'data':13 'decod':12 'encod':10 'format':16 'go':2 'high':6 'high-perform':5 'json':18,24 'like':17 'messagepack':21,26 'perform':7 'serial':23 'ugorji':1 'various':15","created_at":"2026-06-15T04:40:30.465808+00:00","updated_at":"2026-06-15T04:40:30.465808+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/ugorji/go","github":"https://github.com/ugorji/go","docs":"https://pkg.go.dev/github.com/ugorji/go#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}}