Skip to content

Commit

Permalink
do not add json.js to qbson for now
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasq committed Mar 30, 2019
1 parent 453d1f1 commit 2f4bc46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qbson.js
Expand Up @@ -14,6 +14,7 @@ var bsonTypes = require('./lib/bson-types.js');
module.exports = {
encode: require('./lib/encode.js'),
decode: require('./lib/decode.js'),
// TBD: toJsonString: require('./lib/json').toJsonString,

ObjectId: bsonTypes.ObjectId,
DbRef: bsonTypes.DbRef,
Expand Down

0 comments on commit 2f4bc46

Please sign in to comment.