A fast BSON to MongoDB Extended JSON converter for Python that uses libbson. bsonjs is roughly 3-4x faster than PyMongo's json_util at decoding BSON to JSON and encoding JSON to BSON. See benchmark.py ...
- simple_json: Provides a sample JSON string for testing. - simple_dict: Provides the expected dictionary representation of the sample JSON string. Functions: - test_decode_json: Tests decoding of ...