A CBOR tag with an optional name.
Tags consist of a numeric value and an optional human-readable name.
Note on equality: tags compare by value only - two tags with the same value but different names are equal. Use Tag.equals for this; raw === on Tag objects compares by reference.
value
Tag.equals
===
Tag
Readonly
The numeric tag value
Optional
Optional human-readable name for the tag
A CBOR tag with an optional name.
Tags consist of a numeric value and an optional human-readable name.
Note on equality: tags compare by
valueonly - two tags with the same value but different names are equal. UseTag.equalsfor this; raw===onTagobjects compares by reference.