mingo-app / mingo

Found a bug? have a FR ?
59 stars 3 forks source link

[FR] JSON document view #609

Open tothradoslav opened 9 months ago

tothradoslav commented 9 months ago

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?

vi93a commented 9 months ago

+1

tothradoslav commented 8 months ago

A few questions here to discuss:

  1. 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")
  2. would this view completely replace the tree view?
  3. would this view be available only for documents up to a certain depth?