Borat is a CBOR library for Go which supports a canonical representation.
The purpose of this library is to provide CBOR functionality for RAINS.
- Serialize and deserialize basic types:
int
,string
,boolean
,map[string]interface{}
,map[int]interface{}
,[]interface{}
,struct
. - Support for
Go
struct tags to rename fields - Support for tagged structs in CBOR