The closed set of values extractCbor can return.
Two deliberate asymmetries are part of this contract:
CborMap
Cbor
The closed set of values extractCbor can return.
Two deliberate asymmetries are part of this contract:
CborMap- map values are NOT recursively extracted into a plain object/Map; the stored container is returned as-is.Cbor- a tagged value has no native equivalent, so the tagged node itself is returned.