Expand description
Data format to storing and loading JSON data.
The first byte tells us how the data is encoded. The following bytes are base64, whose content is determined by the first byte.
However, the layers are always base64 -> <something> -> JSON
.