Tutorial by Examples: bsonjs

python-bsonjs does not depend on PyMongo and can offer a nice performance improvement over json_util: bsonjs is roughly 10-15x faster than PyMongo’s json_util at decoding BSON to JSON and encoding JSON to BSON. Note that: to use bsonjs effectively, it is recommended to work directly with Ra...

Page 1 of 1