Ho scoperto che questo ha funzionato per me con un file BSON mongodb 2.4 e PyMongo Modulo 's 'bson':
import bson
with open('survey.bson','rb') as f:
data = bson.decode_all(f.read())
Ciò ha restituito un elenco di dizionari corrispondenti ai documenti JSON archiviati in quella raccolta mongo.
I dati f.read() hanno questo aspetto in un BSON:
>>> rawdata[:100]
'\x04\x01\x00\x00\x12_id\x00\x01\x00\x00\x00\x00\x00\x00\x00\x02_type\x00\x07\x00\x00\x00simple\x00\tchanged\x00\xd0\xbb\xb2\x9eI\x01\x00\x00\tcreated\x00\xd0L\xdcfI\x01\x00\x00\x02description\x00\x14\x00\x00\x00testing the bu'