This repository contains the go-codec library,
a High Performance and Feature-Rich Idiomatic encode/decode and rpc library for
- msgpack: https://github.com/msgpack/msgpack
- binc: http://github.com/ugorji/binc
- cbor: http://cbor.io http://tools.ietf.org/html/rfc7049
- json: http://json.org http://tools.ietf.org/html/rfc7159
For more information:
- see the codec/Readme for quick usage information
- view the API on godoc
- read the detailed usage/how-to primer
Install using:
go get github.com/ugorji/go/codec