Top "Bson" questions

BSON stands for "Binary JSON". It is a computer data interchange format used mainly as a data storage and network transfer format in the MongoDB database.

Golang BSON conversion

I am trying to convert a working mongo query to bson in golang. I have the basic stuff down and …

mongodb go bson
Java MongoDB/BSON class confusion

I'm trying to understand the BSON implementation used by the Java MongoDB driver (the official async one, in case that …

mongodb bson
Golang Bson sort parameters in mgo

I am trying to pass a multiple sort query to the "Sort" parameter of the mgo package (see https://godoc.…

sorting go bson mgo
Converting mongodb Binary _id to LUUID using node

I'm trying to move data from mongodb to mysql I used mongoexport in order to export the data from the …

node.js mongodb bson mongoexport
What is the syntax for Dates in MongoDB running on MongoLab?

Instead of ObjectId('82he921he982he82') its "_id":{"$oid":"82he921he982he82"} for object Ids, but I have …

json mongodb datetime bson mlab
not sure how to use ElemMatch in c# for MongoDb (newest driver version)

I have a MongoDB collection in the following format: { "_id" : ObjectId("5692a3397d7518330416f8e5"), "supertagname" : "xxx", "inclusions" : [ "test", "blabla" ], "…

c# mongodb bson