Handbook
Glossary
>cbor ( obj -- bytes )
Concise Binary Object Representation (CBOR)
Prev:
write-cbor ( obj -- )
Vocabulary
cbor
Inputs
obj
an
object
Outputs
bytes
a
byte-array
Word description
Encodes an object into the CBOR format.
Definition
USING:
io.encodings.binary
io.streams.byte-array
;
IN:
cbor
:
>cbor
( obj -- bytes )
binary
[
write-cbor
]
with-byte-writer
;