| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
A simple C program to minify JSON files by removing whitespace and comments.
JSON Minification Tool is a command-line utility that takes a JSON file as input, removes unnecessary whitespace and comments, and outputs a minified JSON file. Minified JSON is useful for reducing file size and improving performance when transmitting JSON data over the internet.
Clone the repository:
git clone https://github.com/BaseMax/MinifyJSONCOr download the ZIP file and extract it.
Build the JSON minification tool (optional):
makeThis step is optional, as you can also compile the C code using your preferred C compiler.
To minify a JSON file, use the following command:
./minify_json input.json output.jsonCopyright 2023, Max Base
| Back | FazBrowse Home | New Git URL |