📚 go-codec - Awesome Go Library for Serialization

High Performance, feature-Rich, idiomatic encode, decode and rpc library for msgpack, cbor and json, with runtime-based OR code-generation support
🏷️ Serialization
📂 Serialization
⭐ 0 stars
Detailed Description of go-codec
go-codec
This repository contains the go-codec library, the codecgen tool and
benchmarks for comparing against other libraries.
This is a High Performance, Feature-Rich Idiomatic Go 1.20+ codec/encoding library for binary and text formats: binc, msgpack, cbor, json and simple.
It supports generics and monomorphization, based on build tags set.
Code Organization and Module Support
This repository consists of 1 module:
github.com/ugorji/go/codecREADME
To install:
go get github.com/ugorji/go/codec