cbor vocabulary
Factor handbook ยป Vocabulary index


Documentation
Concise Binary Object Representation (CBOR)

Metadata
Tags:file formats
Authors:John Benediktsson


Words

Tuple classes
ClassSuperclassSlots
cbor-simple tuplevalue
cbor-tagged tupletag item


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


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


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


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


Files


Metadata files


Children
VocabularySummary
cbor.private