Closed c00 closed 9 years ago
Thank You for your suggestion . actually i am showing how mongodb stores data internally
You might want to rename the tab to BSON then, as that is the format. Tho I would really love a JSON tab as well!
Thank your for your suggestion we can create one tab for json and other is Bson
When viewing the content of a collection, there's three choices of displaying the data: JSON, Array or MongoCursor. I haven't checked the other two as I don't really know the definitions for it, but the JSON one, does not display JSON data according to the JSON standards. Example of output:
There's two main problems with this. Strings are encapsulated with single quotes, JSON required it to be double quotes. The
ObjectId("sdfsd")
is not a valid structure in Json. The correct notation of this example would be:Is this project still being actively maintained? Or should I find my own solution? Cheers!