Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 629 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 629 Bytes

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