This script can be used to explore JSON files in your terminal in an interactive TUI. This can be useful when working with amounts of data too big for regular JSON Viewers like this one or when you prefer working inside your terminal.
To install this tool just run
pipx install git+https://github.com/Sxmple-DavidSchmidt/JsonExplorer.git
With json-explorer
installed you can run
json-explorer /path/to/file.json
Which should open a TUI you can use to navigate the JSON file.