Uids are stored as short strings for efficient JSON encoding. The encoding is inspired by 64, but without the additional characters to signify the number of encoded bits. Encodes in chunks of 6 bits, starting from the least significant bits.
Uids are stored as short strings for efficient JSON encoding. The encoding is inspired by 64, but without the additional characters to signify the number of encoded bits. Encodes in chunks of 6 bits, starting from the least significant bits.