Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option for JSON viewer to select a key to display against an array entry in the tree #99

Open
AdyRock opened this issue Dec 24, 2020 · 1 comment
Assignees

Comments

@AdyRock
Copy link

AdyRock commented Dec 24, 2020

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.

@sunjw sunjw self-assigned this Jul 17, 2021
@AntunBartonicek
Copy link

Can be merged with NPP-JSONViewer/JSON-Viewer#76

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants