CBORs
CBORs, or Concise Binary Object Representation, is a data interchange format designed for small code size and compact message encoding. It is binary and self-describing, enabling efficient transmission and parsing on constrained devices and networks such as embedded systems and Internet of Things environments. The design emphasizes simplicity, extensibility, and predictable performance. CBOR supports a broad range of data types and can be encoded deterministically in its canonical form for cryptographic purposes and data comparisons.
CBOR encodes data using a small initial byte that combines a major type (0 to 7) with
CBOR was standardized by the IETF and has become widely used in both IoT and broader data