Skip to content
/ jtree Public

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

License

Notifications You must be signed in to change notification settings

oleksis/jtree

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published