Sublime Forum

JSON breadcrumbs to cursor location?

#1

Hi, our team works with large and deep json files, and often we need to find all instances of a particular object as well as the path to each of them. Ideally it would just present itself as a strip at the top or bottom of the main window and update itself as we move the cursor or click around.

Does anyone know of such a plugin, or if it’s possible to write my own plugin that does that?

Thanks in advance,
Jeff

0 Likes

#2

Is this perhaps something you are looking for ? https://github.com/Flyclops/JsonTree/blob/master/JsonTree.py

0 Likes