CBOR (Concise Binary Object Representation) is a binary data serialization format loosely based on JSON. It is defined in IETF RFC 7049.
Amongst other uses, it is the recommended data serialization layer for the CoAP Internet of Things protocol suite.
References
CBOR Wikipedia(Text) CC BY-SA