cbor vocabulary
Factor handbook ยป Vocabulary index


Documentation
Concise Binary Object Representation (CBOR)

Metadata
Tags:file formats
Authors:John Benediktsson


Words

Tuple classes
ClassSuperclassSlots
Image cbor-simpleImage tuplevalue
Image cbor-taggedImage tupletag item


Singleton classes
Image +cbor-break+
Image +cbor-indefinite+
Image +cbor-nil+
Image +cbor-undefined+


Generic words
WordStack effect
Image cbor>( seq -- obj )
Image write-cbor( obj -- )


Ordinary words
WordStack effect
Image >cbor( obj -- bytes )
Image read-cbor( -- obj )


Class predicate words
WordStack effect
Image +cbor-break+?( object -- ? )
Image +cbor-indefinite+?( object -- ? )
Image +cbor-nil+?( object -- ? )
Image +cbor-undefined+?( object -- ? )
Image cbor-simple?( object -- ? )
Image cbor-tagged?( object -- ? )


Files


Metadata files