This package (formerly binary-serialise-cbor) provides an efficient
implementation of the Concise Binary Object Representation (CBOR), as
specified by RFC 7049.
If you are looking for a library for serialisation of Haskell values,
have a look at the serialise package, which is
built upon this library.
An implementation of the standard bijection between CBOR and JSON is provided
by the cborg-json package. Also see cbor-tool
for a convenient command-line utility for working with CBOR data.
Changes
Revision history for cborg
0.2.1.0 – 2018-10-11
Bounds bumps and GHC 8.6 compatibility
0.2.0.0 – 2017-11-30
Improved robustness of non-UTF-8 strings
Add encoders and decoders for ByteArray
Add decoding variants that check for canonical encodings