simple library

This API exposes CborSimpleCodec, which allows converting from CBOR to Dart objects without CborValue.

Everything this API exposes, except the cbor constant, is exposed from the advanced API too.

Classes

CborSimpleCodec
A simple codec for CBOR, using CborSimpleEncoder and CborSimpleDecoder.
CborSimpleDecoder
A simple decoder for CBOR.
CborSimpleEncoder
A simple encoder for CBOR.

Constants

cbor → const CborSimpleCodec
A constant instance of CborSimpleCodec.