Skip to content

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.

License

Notifications You must be signed in to change notification settings

BaseMax/BeautifyJSONC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published