You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there is a large JSON array, it would be great to be able to select a key whose value can be displayed next to the index number. At the moment I see:
[0]:[Object]
[1]:[Object]
etc, but when the array has over 100 entries, it takes a long time to find the ones I might want to look at. If I could select a key, such as "label" and show the value:
[0]:[Object] ("Don't care")
[1]:[Object] ("Do Care")
etc, it would be great.
The text was updated successfully, but these errors were encountered:
When there is a large JSON array, it would be great to be able to select a key whose value can be displayed next to the index number. At the moment I see:
[0]:[Object]
[1]:[Object]
etc, but when the array has over 100 entries, it takes a long time to find the ones I might want to look at. If I could select a key, such as "label" and show the value:
[0]:[Object] ("Don't care")
[1]:[Object] ("Do Care")
etc, it would be great.
The text was updated successfully, but these errors were encountered: