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.
- Host: GitHub
- URL: https://github.com/emako/beautify-json-cli
- Owner: emako
- License: mit
- Created: 2024-12-04T02:48:46.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-04T03:29:14.000Z (6 months ago)
- Last Synced: 2025-04-12T12:12:22.977Z (about 2 months ago)
- Language: C#
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.npmjs.com/package/beautify-json-cli)[](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
```