Handbook
Glossary
Concise Binary Object Representation (CBOR)
The Concise Binary Object Representation (CBOR) is defined in RFC 7049.
Decoding support for the CBOR protocol:
read-cbor
( -- obj )
cbor>
( seq -- obj )
Encoding support for the CBOR protocol:
write-cbor
( obj -- )
>cbor
( obj -- bytes )