Decodes a CBOR document back into an ordinary JavaScript value.
The CBOR document to decode.
The decoded value.
If the document is malformed, or holds a construct with no JSON equivalent such as a non-string map key.
Decodes a CBOR document back into an ordinary JavaScript value.