File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
If your application does not need the flexibility offered by
52
52
:class:`JSONOptions` and spends a large amount of time in the `json_util`
53
53
module, look to
54
- `python-bsonjs <https://github.com/mongodb-labs /python-bsonjs>`_ for a nice
54
+ `python-bsonjs <https://pypi.python.org/pypi /python-bsonjs>`_ for a nice
55
55
performance improvement. `python-bsonjs` is a fast BSON to MongoDB
56
56
Extended JSON converter for Python built on top of
57
57
`libbson <https://github.com/mongodb/libbson>`_. `python-bsonjs` works best
Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ Python's :mod:`json` module with BSON documents and `MongoDB Extended JSON
442
442
as PyMongo supports some special types (like :class: `~bson.objectid.ObjectId `
443
443
and :class: `~bson.dbref.DBRef `) that are not supported in JSON.
444
444
445
- `python-bsonjs <https://github.com/mongodb-labs /python-bsonjs >`_ is a fast
445
+ `python-bsonjs <https://pypi.python.org/pypi /python-bsonjs >`_ is a fast
446
446
BSON to MongoDB Extended JSON converter built on top of
447
447
`libbson <https://github.com/mongodb/libbson >`_. `python-bsonjs ` does not
448
448
depend on PyMongo and can offer a nice performance improvement over
You can’t perform that action at this time.
0 commit comments