BSON is a binary data exchange format that stores JSON data in a binary form, thus being more efficient for storing and transmitting. Since Variant can be serialized from/to JSON, it is feasible to serialize it from/to BSON as well. Adding support for BSON serialization will help applications use a more compact format for storing and transmitting Variant data, which is important for high-performance applications like video games.
BSON is a binary data exchange format that stores JSON data in a binary form, thus being more efficient for storing and transmitting. Since Variant can be serialized from/to JSON, it is feasible to serialize it from/to BSON as well. Adding support for BSON serialization will help applications use a more compact format for storing and transmitting Variant data, which is important for high-performance applications like video games.