https://github.com/basemax/beautifyjsonc
JSON Beautifier is a simple C program that takes a minified JSON file as input and formats it to produce a more readable JSON file as output. This tool can be handy when you have compressed JSON data and want to make it more human-readable.
https://github.com/basemax/beautifyjsonc
c json json-beautifier json-beautify
Last synced: 3 months ago
JSON representation
JSON Beautifier is a simple C program that takes a minified JSON file as input and formats it to produce a more readable JSON file as output. This tool can be handy when you have compressed JSON data and want to make it more human-readable.
- Host: GitHub
- URL: https://github.com/basemax/beautifyjsonc
- Owner: BaseMax
- License: gpl-3.0
- Created: 2023-09-25T07:56:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T16:20:47.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T17:08:04.229Z (over 1 year ago)
- Topics: c, json, json-beautifier, json-beautify
- Language: C
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSON Beautifier
JSON Beautifier is a simple C program that takes a minified JSON file as input and formats it to produce a more readable JSON file as output. This tool can be handy when you have compressed JSON data and want to make it more human-readable.
## Features
- Converts minified JSON into a nicely formatted JSON file.
- Handles JSON objects, arrays, strings, numbers, and other JSON data types.
- Maintains the structural integrity of the JSON while improving readability.
- Command-line interface for easy integration into your workflow.
## Usage
To beautify a JSON file, you can use the following command:
```bash
./beautify_json input.json output.json
```
Copyright 2023, Max Base