Universal Binary JSON (UBJSON) is a computer data interchange format.
It is a binary form directly imitating JSON, but requiring fewer bytes of data.
High-precision numbers are represented as an arbitrarily long, UTF-8 string-encoded numeric value.
A sequence of bytes representing the actual binary data for this type of value.
Objects are labeled sets of elements, represented as a { followed by zero or more key-value pairs and a trailing }.