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

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.

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