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
object Break.type
object False.type
class Float16
class Float32
class Float64
object Null.type
object StartIndefiniteMap.type
class StartMap
class Tag
object True.type
object Undefined.type