CborItem

sealed trait CborItem

A low-level CBOR item. Items are emitted as soon as they are complete They can be used for reading/writing streamed CBOR data, including indefinite length arrays, maps, or strings.

Companion
object
class Object
trait Matchable
class Any