bson-ext

JSON →
library 4.0.3 ·javascript deprecated
verified Jun 5, 2026

A C++ native addon for BSON serialization/deserialization, used as a faster alternative to the pure JavaScript js-bson library. Version 4.0.3 is the latest stable release, compatible with js-bson v4+ and the MongoDB Node.js driver v4+. The package has irregular release cadence and is now deprecated in favor of the pure JavaScript js-bson library, which eliminates native compilation issues and provides better cross-platform support. It is only for Node.js (not browser) and uses N-API for native bindings.