Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simple Editor for BSON Databases

Tags:

json

bson

Does anyone known of a simple utility for editing a simple BSON database/file?

like image 667
Lawrence Wagerfield Avatar asked Mar 12 '12 12:03

Lawrence Wagerfield


People also ask

How do I open a BSON file in Windows 10?

How to open BSON files. You need a suitable software like BSON from MongoDB to open a BSON file. Without proper software you will receive a Windows message "How do you want to open this file?" or "Windows cannot open this file" or a similar Mac/iPhone/Android alert.

Can I convert BSON to JSON?

Converting a BSON Object to a JSON StringUse the asString method to convert the BSON document to an extended JSON string. See http://docs.mongodb.org/manual/reference/mongodb-extended-json/ for more information on extended JSON.

How do you parse BSON?

BSON documents are lazily parsed as necessary. To begin parsing a BSON document, use one of the provided Libbson functions to create a new bson_t from existing data such as bson_new_from_data(). This will make a copy of the data so that additional mutations may occur to the BSON document.


1 Answers

Did You try this: http://docs.mongodb.org/manual/reference/bsondump/ ?

like image 118
yakxxx Avatar answered Oct 07 '22 15:10

yakxxx