/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.

Primary LanguageCGNU General Public License v3.0GPL-3.0

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:

./beautify_json input.json output.json

Copyright 2023, Max Base