- Decoding from CBOR in to objects
- Standard Decoder for JSON-like codecs.
- Async Decoder for streaming.
- Encoding objects in to CBOR
- Standard Encoder.
- Full encoder.
- Encoding to output streams.
- Custom CBOR Tags
- Utilities for Uint8Array used internally by
cbor-codec
. - LevelDB/LevelDown codec support.
- CBOR-259 explicit maps
- See
demo.mjs
- See
demo_iter.mjs