shamblett / cbor

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

The decoder should support more than integer or string keys for maps #2

Closed shamblett closed 1 year ago

shamblett commented 7 years ago

Currently the decoder restricts map keys to be of integer or string type by specifically checking for these, this should be looked at, CBOR allows more than this, especially negative integers etc. See section 3.7 of RFC7049.

shamblett commented 3 years ago

OK, merged your PR for this #24, got rid of the vscode stuff and just bumped the version, otherwise looks good.

Package re published at version 4.1.0

nicbn commented 2 years ago

Implemented at #38