read-cbor ( -- obj )
Concise Binary Object Representation (CBOR)

Next:cbor> ( seq -- obj )


Vocabulary
cbor

Inputs
None

Outputs
objan object


Word description
Decodes an object that was serialized in the CBOR format, reading from an input-stream.

Definition