{"id":19986406,"url":"https://github.com/sourcec0de/jsonfmt","last_synced_at":"2026-06-13T09:33:02.348Z","repository":{"id":17507909,"uuid":"20295805","full_name":"sourcec0de/jsonfmt","owner":"sourcec0de","description":"a command line tool for formatting json files","archived":false,"fork":false,"pushed_at":"2014-05-29T14:19:50.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T20:42:07.363Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sourcec0de.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-29T14:08:41.000Z","updated_at":"2014-05-29T14:19:50.000Z","dependencies_parsed_at":"2022-08-02T19:30:41.943Z","dependency_job_id":null,"html_url":"https://github.com/sourcec0de/jsonfmt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sourcec0de/jsonfmt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcec0de%2Fjsonfmt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcec0de%2Fjsonfmt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcec0de%2Fjsonfmt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcec0de%2Fjsonfmt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sourcec0de","download_url":"https://codeload.github.com/sourcec0de/jsonfmt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcec0de%2Fjsonfmt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34279898,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-13T04:29:04.319Z","updated_at":"2026-06-13T09:33:02.333Z","avatar_url":"https://github.com/sourcec0de.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"jsonfmt - JSON FORMAT\n=====================\n\n#### Installation\n\n```shell\nnpm install jsonfmt -g\n```\n\n#### Example 1 - output\n\n**~/Desktop/file.json** contents\n\n```json\n[{\"foo\":\"bar\"},{\"foo\":\"bar\"},{\"foo\":\"bar\"},{\"foo\":\"bar\"}]\n```\n\n**Run command**\n\n```shell\njsonfmt -f ~/Desktop/file.json\n```\n\n**Example output**\n\n```json\n[\n    {\n        \"foo\": \"bar\"\n    },\n    {\n        \"foo\": \"bar\"\n    },\n    {\n        \"foo\": \"bar\"\n    },\n    {\n        \"foo\": \"bar\"\n    }\n]\n```\n\n-------------------------------------------------------------\n\n##### Example 2 - output to file\n\n```shell\njsonfmt -f ~/Desktop/file.json \u003e ~/Desktop/fmt_file.json\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourcec0de%2Fjsonfmt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsourcec0de%2Fjsonfmt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourcec0de%2Fjsonfmt/lists"}