msgpack> ( seq -- obj )
MessagePack

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


Vocabulary
msgpack

Inputs
seqa sequence


Outputs
objan object


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

Definition


Methods