{"id":25171495,"url":"https://github.com/basemax/minifyjsonc","last_synced_at":"2026-04-25T11:33:22.524Z","repository":{"id":196725891,"uuid":"696159328","full_name":"BaseMax/MinifyJSONC","owner":"BaseMax","description":"A simple C program to minify JSON files by removing whitespace and comments.","archived":false,"fork":false,"pushed_at":"2023-09-27T06:45:27.000Z","size":30,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-25T11:57:30.235Z","etag":null,"topics":["c","c-json","json","json-c","json-minifier","json-minify","minify-json"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BaseMax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-09-25T07:55:38.000Z","updated_at":"2024-01-14T15:41:20.000Z","dependencies_parsed_at":"2025-06-01T10:43:18.703Z","dependency_job_id":"8719f9ba-de0a-4dd0-b4b5-cee8726cd5cf","html_url":"https://github.com/BaseMax/MinifyJSONC","commit_stats":null,"previous_names":["basemax/minifyjsonc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BaseMax/MinifyJSONC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FMinifyJSONC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FMinifyJSONC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FMinifyJSONC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FMinifyJSONC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BaseMax","download_url":"https://codeload.github.com/BaseMax/MinifyJSONC/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BaseMax%2FMinifyJSONC/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32261115,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","c-json","json","json-c","json-minifier","json-minify","minify-json"],"created_at":"2025-02-09T09:20:40.761Z","updated_at":"2026-04-25T11:33:22.493Z","avatar_url":"https://github.com/BaseMax.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JSON Minification Tool\n\nA simple C program to minify JSON files by removing whitespace and comments.\n\n## Introduction\n\nJSON 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.\n\n## Features\n\n- Minify JSON by removing:\n  - Whitespace characters (spaces, tabs, newlines, and carriage returns).\n  - Single-line (`//`) and multiline (`/* ... */`) comments.\n- Easy-to-use command-line interface.\n- Supports both single-line and multiline comments within JSON data.\n\n## Getting Started\n\n### Prerequisites\n\n- C compiler (e.g., GCC)\n- Make (optional, for building)\n- Git (optional, for cloning the repository)\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/BaseMax/MinifyJSONC\n   ```\n\n    Or download the ZIP file and extract it.\n\n2. Build the JSON minification tool (optional):\n   ```console\n   make\n   ```\n\n   This step is optional, as you can also compile the C code using your preferred C compiler.\n\n  ### Usage\n\n  To minify a JSON file, use the following command:\n  ```console\n  ./minify_json input.json output.json\n  ```\n\n  - Replace input.json with the path to your input JSON file.\n  - Replace output.json with the desired name for the minified output JSON file.\n\nCopyright 2023, Max Base\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fminifyjsonc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasemax%2Fminifyjsonc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasemax%2Fminifyjsonc/lists"}