Description
Encodes and decodes UBJSON binary data from Python. It helps applications exchange structured data in a compact binary form when both sides understand the Universal Binary JSON format.
Developers use it as a serialization library. Validate message sizes and schemas before decoding untrusted data, because binary formats can still carry unexpected or excessive content.