Replies: 2 comments 1 reply
|
any ideas on how this could be implemented? are you thinkin' like a button to click in the UI or something? where would you see that button living? |
1 reply
|
Other great feature should be to open the result of a JSONPath in other split panel, to see the full JSON response and JSONPath result. Other cool feature that is similar to this context would be to use https://jsonata.org/ in expressions too. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
It would be nice and really useful to be able to temporarily disable a JSONPath expression, or just comment it (it could be using # or // as a lot of other programming language). When one write a JSONPath expression, it's common to need to remove it temporarily to inspect the whole JSON again (maybe to improve or modify the JSONPath expression).
All reactions