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

Show JSON path in struct view #32

Open
exdis opened this issue May 26, 2020 · 2 comments
Open

Show JSON path in struct view #32

exdis opened this issue May 26, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@exdis
Copy link
Member

exdis commented May 26, 2020

According to this issue

Can we somehow visually display nested JSON path, when the user hovers some key or value in structure?

@exdis exdis added the enhancement New feature or request label May 26, 2020
@rualark
Copy link

rualark commented May 26, 2020

E.g. like Json view does it.
For example, I have to use both JsonView and JsonDiscover in two browsers currently, because JsonView does not allow to conveniently browse and filter json, while JsonDiscover does not allow to easily find in all json without switching to raw and does not show json path.

Why json path is needed: when you found a match at 8-th level of json tree for example, this helps very much to understand where the match is.

@lahmatiy
Copy link
Member

Path currently can be observed via action popup. I believe you wrote about a hint on a tree, but that's better than nothing
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants