json-tui is a mini application written in C++ that displays JSON files interactively, making it easy to visualize.
It was developed by the same creator of RGB-TUI that we published just now time.
There are some ways to install and for different operating systems, including compiling from scratch.
But the simplest way is the one described below which is summarized in downloading the zipped binary, unzipping and installing.
To do this, run the commands below in order:
Clean up the mess:
Copy this example JSON:
vim example.json
And take the test:
To exit interactive mode press the letter
q
.
The likely output will be to display the code and you can manipulate it by clicking the opening braces: {
. Example of the gif below:
For more information and if you want to build from scratch, access the project’s repository.