cbor> ( seq -- obj )
Concise Binary Object Representation (CBOR)

Prev:read-cbor ( -- obj )
Next:write-cbor ( obj -- )


Vocabulary
cbor

Inputs
seqa sequence


Outputs
objan object


Word description
Decodes an object from the CBOR format, represented as a byte-array or string.

Definition

GENERIC: cbor> ( seq -- obj )


Methods