otree

View JSON, YAML, and TOML files in an interactive TUI tree widget

brewmacoslinux
Try with needOr install directly
Source

About

Command-line tool to view objects (JSON/YAML/TOML) in TUI tree widget

Commands

otree

Examples

View a JSON file in interactive tree format$ otree file.json
View a YAML configuration file$ otree config.yaml
Pipe JSON from stdin to otree$ curl https://api.example.com/data | otree