jinsp is a terminal-based interface (TUI) for quick inspection of JSON data (on Linux only at present). It allows hierarchical navigation through the JSON contents, in a manner inspired by that of the ranger file manager.
Run make
in the root directory.
Launch the interface by running ./jinsp <json file>
.
Navigation can be done using the arrow keys or mouse.
Other operations:
q
oresc
: quit/
followed by a keyword andreturn
key: case-sensitive search starting from current position (esc
to abort input)n
/N
: navigate search results forwards and backwards, respectively