idiomatic codec and rpc lib for msgpack, cbor, json, etc. msgpack.org[Go]
Go Python
Switch branches/tags
Nothing to show
Latest commit ccfe183 Dec 31, 2017 @ugorji ugorji codecgen: fix decStruct to handle all variations (pointers, fields, s…
…lice/array elem)

Also, remove some old commented code

README.md

Sourcegraph Build Status codecov GoDoc rcard License

go/codec

This repository contains the go-codec library, a High Performance and Feature-Rich Idiomatic encode/decode and rpc library for

For more information:

Install using:

go get github.com/ugorji/go/codec