Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 705 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 705 Bytes

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