Currently we have table view for viewing documents in a collection. And we can click on individual document to see tree view. Can we add a json view with settings to render json document upto certain depth?
JSON is not fully compatible with BSON / EJSON meaning that certain mongodb value types can't be represented in JSON. We need a way to show them, for example: {_id: ObjectId("xxxxx")
would this view completely replace the tree view?
would this view be available only for documents up to a certain depth?
Currently we have table view for viewing documents in a collection. And we can click on individual document to see tree view. Can we add a json view with settings to render json document upto certain depth?