jtree is a command line interface (CLI) for displaying JavaScript Object Notation (JSON) in a tree view


Keywords
json, terminal, tui, tool, explorer, viewer
License
Other
Install
pip install jtree==0.2.7

Documentation

jtree

jtree is a command line interface (CLI) for displaying JavaScript Object Notation (JSON) in a tree view powered by Textual a Text User Interface (TUI) framework for Python.

Install

➜ python -m pip install jtree

Usage

➜ kubectl --kubeconfig .\napptive-kubeconfig get deployment -ojson > deployment.json

➜ jtree tests/fixtures/deployment.json

jtree TUI

Pass the JSON content to standard input (sys.stdin)

➜ pipdeptree --json-tree -p textual | jtree