Sublime text 3 plugin for JSON path

I am behind a plugin or technique in exalted text 3 to get what I will name the fully finished path of the json element that is selected in the editor window.

Something like: http://jsonpath.com/

I want to get the result somewhere that I can copy, I just want to use this for documentation, not programmatically. This does not have to be https://github.com/jayway/JsonPath , just something that creates a readable / meaningful path to the element.

+7
source share
1 answer

For those who came here looking for the ST3 jsonpath implementation, there is a great Pretty JSON plugin.

enter image description here

It has jQ integration, which does the same as jsonpath. JQ has a different syntax, but itโ€™s much more convenient to have this function in ST3 than switch to the browser.

0
source

All Articles