BSON for Godot v1.1.2 Tools 4.4 Community
Submitted by user Zakarya; MIT; 2025-03-12
This is a simple BSON serializer and deserializer written in GDScript that is originally designed to be compatible with JSON for Modern C++'s BSON components, but it can be used with any other BSON tool.
From bsonspec.org:
BSON, short for Binary JSON, is a binary-encoded serialization of JSON-like documents. Like JSON, BSON supports the embedding of documents and arrays within other documents and arrays.
This plugin is useful for server/client communication, interacting with MongoDB, reducing JSON file sizes, etc.
View files Download Submit an issue Recent Edits