Skip to content

Flyclops/JsonTree

Repository files navigation

JsonTree

Sublime Text plugin for browsing a JSON document via tree view.

Known Issues:

  • Path-finding can be a bit wonky

TODO:

  • Better path-finding
  • Live-browsing of buffer while scrolling list

OS X

cmd-control-j

Windows/Linux

ctrl+alt+j

Screenshot

This is JSON from an AWS CloudFormation document

Versions

0.1.2

Add Sublime Command for use in Command Palette (thanks @vanntastic)

0.1.1

Initial release