QuickCborMap extension

An extension providing quick utility methods for handling CborMapValue instances.

on
  • CborMapValue

Methods

getValue<T>(CborObject key) → T
Retrieves the value associated with the specified key from the CborMapValue.
getValueFromIntKey<T>(int key) → T
Retrieves the value associated with the specified integer key from the CborMapValue.