Tag value for byte strings, meant for later encoding to a base16 string representation.
Tag value for base64-encoded text strings. Encodes binary data as text in base64 format as defined in RFC4648.
Tag value for byte strings, meant for later encoding to a base64 string representation.
Tag value for base64url-encoded text strings. Encodes binary data as text in base64url format as defined in RFC4648.
Tag value for byte strings, meant for later encoding to a base64url string representation.
Tag value for big float encodings. Used to represent floating-point numbers with extended precision.
Tag value for RFC3339 date/time strings. Indicates a date/time string in ISO 8601 format.
Tag value for decimal fraction encodings. Used to represent fractional numbers with a base-10 exponent and mantissa.
Tag value for byte strings containing embedded CBOR data item encodings. This allows the inclusion of pre-encoded CBOR data within a CBOR structure.
Tag value for MIME messages. Includes the full MIME message with all headers as defined in RFC2045.
Tag value for negative bignum encodings. Represents large negative integers that cannot fit in native integer types.
Tag value for Rational numbers. Represents rational numbers as defined in CBOR rational encoding.
Tag value for regular expressions. Represents regular expressions in Perl Compatible Regular Expressions (PCRE) or JavaScript syntax.
Tag value for the Self-Describe CBOR header (0xd9d9f7). Indicates that the data that follows is a CBOR data item.
Tag value for sets.
Represents CBOR sets: set<a> = #6.258([* a]) / [* a],
nonempty_set<a> = #6.258([+ a]) / [+ a],
nonempty_oset<a> = #6.258([+ a]) / [+ a].
Tag value for Epoch-based date/time strings. Represents the number of seconds since the Unix epoch (1970-01-01T00:00:00Z).
Tag value for unsigned bignum encodings. Represents large positive integers that cannot fit in native integer types.
Tag value for URI strings. Indicates a URI string as defined in RFC3986.
Represents a CBOR semantic tag (major type 6).