aaronhuggins / cbor-redux

The Concise Binary Object Representation (CBOR) data format (RFC7049) implemented in pure JavaScript, revived.
https://doc.deno.land/https://deno.land/x/cbor_redux/mod.ts
Other
29 stars 6 forks source link

Support lexicographical sorting for full RFC 8949 #28

Closed aaronhuggins closed 2 years ago

aaronhuggins commented 2 years ago

This merges code which fulfills the final missing piece for encoding maps to be compliant with RFC 8949.