?read-msgpack ( -- obj/f ? )
MessagePack

Prev:read-msgpack ( -- obj )
Next:read-msgpacks ( -- objs )


Vocabulary
msgpack

Inputs
None

Outputs
obj/fan object
?a boolean


Word description
Reads the next byte from an input-stream and if not EOF, decodes an object that was serialized in the MessagePack format.

Definition