hildjj / node-cbor

Encode and decode CBOR documents, with both easy mode, streaming mode, and SAX-style evented mode.
MIT License
356 stars 73 forks source link

Print embedded CBOR in cbor2diag #143

Open letmaik opened 3 years ago

letmaik commented 3 years ago

The playground at http://cbor.me/ allows to print byte strings as CBOR if they are well-formed CBOR. This is quite useful for things like COSE which relies heavily on this.