itemindent
itemindent is a command-line utility designed to format JSON and YAML data with consistent indentation. It aims to improve the readability of structured data by applying uniform spacing, making it easier for developers and users to parse and understand complex configurations or data files. The tool supports various indentation levels and can be configured to handle different formatting preferences.
The primary function of itemindent is to take raw JSON or YAML input, typically read from standard
Usage of itemindent usually involves piping data into it or providing the input file as an argument.