Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 617 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 617 Bytes

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