{"id":13397161,"url":"https://github.com/ugorji/go","last_synced_at":"2026-01-12T05:06:37.732Z","repository":{"id":8706664,"uuid":"10373529","full_name":"ugorji/go","owner":"ugorji","description":"idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]","archived":false,"fork":false,"pushed_at":"2025-05-13T20:57:15.000Z","size":8760,"stargazers_count":1888,"open_issues_count":1,"forks_count":296,"subscribers_count":50,"default_branch":"master","last_synced_at":"2025-05-14T08:03:38.037Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ugorji.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-05-30T02:13:13.000Z","updated_at":"2025-05-13T22:47:42.000Z","dependencies_parsed_at":"2024-06-18T10:57:41.041Z","dependency_job_id":"fda22c11-7bac-489a-a70a-cf81fdffd4af","html_url":"https://github.com/ugorji/go","commit_stats":{"total_commits":1088,"total_committers":18,"mean_commits":60.44444444444444,"dds":"0.018382352941176516","last_synced_commit":"07c54c229a5acac2d5bc739820a3ecc5411b7b33"},"previous_names":["ugorji/go-codec"],"tags_count":91,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ugorji%2Fgo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ugorji%2Fgo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ugorji%2Fgo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ugorji%2Fgo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ugorji","download_url":"https://codeload.github.com/ugorji/go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254101588,"owners_count":22014907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T18:01:11.964Z","updated_at":"2026-01-12T05:06:37.667Z","avatar_url":"https://github.com/ugorji.png","language":"Go","readme":"[![Sourcegraph](https://sourcegraph.com/github.com/ugorji/go/-/badge.svg?v=4)](https://sourcegraph.com/github.com/ugorji/go/-/tree/codec?badge)\n[![Build and Test go-codec](https://github.com/ugorji/go/actions/workflows/test.yml/badge.svg)](https://github.com/ugorji/go/actions/workflows/test.yml)\n[![codecov](https://codecov.io/gh/ugorji/go/branch/master/graph/badge.svg?v=4)](https://codecov.io/gh/ugorji/go)\n[![Go Reference](https://pkg.go.dev/badge/github.com/ugorji/go/codec.svg)](https://pkg.go.dev/github.com/ugorji/go/codec)\n[![rcard](https://goreportcard.com/badge/github.com/ugorji/go/codec?v=4)](https://goreportcard.com/report/github.com/ugorji/go/codec)\n[![License](http://img.shields.io/badge/license-mit-blue.svg?style=flat-square)](https://raw.githubusercontent.com/ugorji/go/master/LICENSE)\n\n# go-codec\n\nThis repository contains the `go-codec` library, the `codecgen` tool and\nbenchmarks for comparing against other libraries.\n\nThis is a High Performance, Feature-Rich Idiomatic Go 1.4+ codec/encoding library\nfor binary and text formats: binc, msgpack, cbor, json and simple.\n\nIt fully supports the legacy `GOPATH` and the new `go modules` modes.\n\n## Code Organization and Module Support\n\nThis repository consists of 4 modules:\n\n- `github.com/ugorji/go/codec` [README](codec/README.md)\n- `github.com/ugorji/go/codec/codecgen` (requires `github.com/ugorji/go/codec`) [README](codec/codecgen/README.md)\n- `github.com/ugorji/go/codec/bench` (requires `github.com/ugorji/go/codec`) [README](codec/bench/README.md)\n- `github.com/ugorji/go` (requires `github.com/ugorji/go/codec`)\n\nFor encoding and decoding, the `github.com/ugorji/go/codec` module is sufficient.\n\nTo install:\n\n```\ngo get github.com/ugorji/go/codec\n```\n\nThe other modules exist for specific uses, and all require `github.com/ugorji/go/codec`\n\n- `github.com/ugorji/go/codec/codecgen` generates high performance static encoders/decoders for given types\n- `github.com/ugorji/go/codec/bench` benchmarks codec against other popular go libraries\n- `github.com/ugorji/go` is here for [historical compatibility reasons, as modules was initially introduced only at repo root](https://github.com/ugorji/go/issues/299)\n","funding_links":[],"categories":["Go","Serialization","开源类库","Open source library","HarmonyOS","序列化","安全领域相关库","Relational Databases","\u003cspan id=\"序列化-serialization\"\u003e序列化 Serialization\u003c/span\u003e"],"sub_categories":["HTTP Clients","序列化","Advanced Console UIs","Serialization","Windows Manager","HTTP客户端","交流","查询语","\u003cspan id=\"高级控制台用户界面-advanced-console-uis\"\u003e高级控制台用户界面 Advanced Console UIs\u003c/span\u003e"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fugorji%2Fgo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fugorji%2Fgo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fugorji%2Fgo/lists"}