tldr; I would prefer if the default view of a JSON item had all objects and arrays collapsed by default - or at least an configuration option, or maybe just a button in the JSON UI to collapse all items, or even better, a fiter input field to filter keys/values in the json by text.
I've just started using this extension after using the old extension for years, but Chrome has finally disabled that extension because it's no longer supported, so I have to use this one instead.
The features which prevented me from upgrading in the past were:
- Ability to use mongo syntax to query documents and limit displayed fields.
- Lists of documents in a colleciton were displayed with the
_id field against the item.
- Expanded display of a mongo document had all arrays/object collapsed by default.
This last one is the biggie for me.
In this example screenshot I have a multi-tenanted application, and all the settings for the current tenant are stored in the companySettings collection. Let's say I want to look at the list of defined jobTitles for the current tenant - I first have to collapse 15 other object/arrays before I get to it:

tldr; I would prefer if the default view of a JSON item had all objects and arrays collapsed by default - or at least an configuration option, or maybe just a button in the JSON UI to collapse all items, or even better, a fiter input field to filter keys/values in the json by text.
I've just started using this extension after using the old extension for years, but Chrome has finally disabled that extension because it's no longer supported, so I have to use this one instead.
The features which prevented me from upgrading in the past were:
_idfield against the item.This last one is the biggie for me.
In this example screenshot I have a multi-tenanted application, and all the settings for the current tenant are stored in the
companySettingscollection. Let's say I want to look at the list of definedjobTitlesfor the current tenant - I first have to collapse 15 other object/arrays before I get to it: