I have wish of a new search enhangement/mode:
In this mode the viewer would show only the rows that hit search keyword.
In addition the mode would show all keys and structural rows leading to these "found rows". This way the user would get the idea of the structure in addition to searched data from a large object.
E.g. Search "j.doe"
From a large JSON object search mode would show/filter only rows:
{
"users": {
"emails": [
{
"address": "j.doe@company.com",
}
}
}
This would be highly beneficial when searching through and analyzing large JSON objects:
Thanks for great tool!