MongoDB-C and BSON

159 Views Asked by At

I wonder if it's possible to retrieve the content of a MongoDB collection under the BSON format ? That is to say retrieve a result like {"name" : "John","age" : 24} in the "tutorial.persons" collection when the field _id is equal to "1" for example. PS : I use driver-c

0

There are 0 best solutions below