vizo
Vizo is a command line tool that can be used to visualize structured data in a more readable format. It is designed to be simple and easy to use, with a focus on providing a clear and concise representation of the data. Vizo supports most of the popular data formats, including JSON, YAML, and TOML.
It supports any type of the values, including:
- Strings
- Numbers (integers)
- Booleans
- Arrays
- Objects
- Null values
- Floating point numbers
Installation
With Cargo
From GitHub Releases
Go to GitHub Releases and download the latest release for your platform.
Usage
Vizo can be used to visualize data from files or standard input. It automatically detects the format of the data and displays it in a JSON format.
{
}
Also, you can specify the language of the data explicitly:
You can pipe data to Vizo from standard input, but you need to specify the language of the data:
|
{
}
License
Vizo is licensed under the MIT License. See the LICENSE file for more details.