An open API service indexing awesome lists of open source software.

https://github.com/emako/beautify-json-cli

A lightweight CLI tool to format and beautify JSON files for better readability and debugging, with cross-platform and architecture-specific support.
https://github.com/emako/beautify-json-cli

Last synced: about 2 months ago
JSON representation

A lightweight CLI tool to format and beautify JSON files for better readability and debugging, with cross-platform and architecture-specific support.

Awesome Lists containing this project

README

        

[![npm](https://img.shields.io/npm/v/beautify-json-cli.svg)](https://www.npmjs.com/package/beautify-json-cli)[![Platform](https://img.shields.io/badge/platform-Windows-blue?logo=windowsxp&color=1E9BFA)](https://dotnet.microsoft.com/en-us/download/dotnet/latest/runtime)

# BeautifyJson

Beautify your json string or file use `.NET Framework 4.7.2` and `.NET 9`.

## Formatter Methods

1. Sort primary JSON key order by ASCII.
2. Indent (1 TAB = 4 Blank).

## Usage

```bash
beautify-json test.json
```