| Tags: | file formats | 
| Authors: | John Benediktsson | 
| Class | Superclass | Slots | 
  cbor-simple |   tuple | value | 
  cbor-tagged |   tuple | tag item | 
  +cbor-break+ | 
  +cbor-indefinite+ | 
  +cbor-nil+ | 
  +cbor-undefined+ | 
| Word | Stack effect | 
  cbor> | ( seq -- obj ) | 
  write-cbor | ( obj -- ) | 
| Word | Stack effect | 
  >cbor | ( obj -- bytes ) | 
  read-cbor | ( -- obj ) | 
| Word | Stack effect | 
  +cbor-break+? | ( object -- ? ) | 
  +cbor-indefinite+? | ( object -- ? ) | 
  +cbor-nil+? | ( object -- ? ) | 
  +cbor-undefined+? | ( object -- ? ) | 
  cbor-simple? | ( object -- ? ) | 
  cbor-tagged? | ( object -- ? ) |