thunder-client-support icon indicating copy to clipboard operation
thunder-client-support copied to clipboard

Clicking on any data gives you where it is in the tree

Open itzmk21 opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe.

The problem is APIs giving lots of data and it being heavily nested. When doing a GET request for example, the data you may want would have to be accessed like json['main']['second']['current']['switch'] but far longer at times. This has to be manually typed in and the user must manually look at the json tree.

Describe the solution you'd like

When clicking on any value in the huge json object, there should be a panel with it automatically giving where it is in the tree. This should have options to whether you want single quotes, double quotes, or dot syntax (json.main.second.current.switch). This allows copying and pasting.

Describe alternatives you've considered

None

Implementation:

itzmk21 avatar Jul 14 '22 03:07 itzmk21

Thanks @itzmk21 for the feedback, will add to roadmap

rangav avatar Jul 14 '22 04:07 rangav