shamblett / cbor

A CBOR implementation for Dart
MIT License
36 stars 15 forks source link

(issue28) Simple codec #32

Closed nicbn closed 2 years ago

nicbn commented 2 years ago

Implements simple decoder, simple encoder

Adds a test for the simple decoder and encoder

This simply wraps calls to toObject and CborValue. The simple.dart library exports only the simple encoder and decoder, it can be used when it's not convenient to import the entire library