{"id":19120140,"url":"https://github.com/tcd/json-table-format","last_synced_at":"2025-10-09T05:40:10.946Z","repository":{"id":42820237,"uuid":"444845138","full_name":"tcd/json-table-format","owner":"tcd","description":"Format JSON in rows \u0026 columns","archived":false,"fork":false,"pushed_at":"2022-03-26T19:32:49.000Z","size":247,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T09:14:26.805Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tcd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-05T15:01:10.000Z","updated_at":"2022-08-07T22:49:24.000Z","dependencies_parsed_at":"2022-08-28T05:51:41.529Z","dependency_job_id":null,"html_url":"https://github.com/tcd/json-table-format","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/tcd/json-table-format","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcd%2Fjson-table-format","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcd%2Fjson-table-format/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcd%2Fjson-table-format/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcd%2Fjson-table-format/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tcd","download_url":"https://codeload.github.com/tcd/json-table-format/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tcd%2Fjson-table-format/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000741,"owners_count":26082932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"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-09T05:12:55.695Z","updated_at":"2025-10-09T05:40:10.903Z","avatar_url":"https://github.com/tcd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# json-table-format\n\n\n## Usage\n\nFirst, install:\n\n```bash\nnpm install -g json-table-format\n```\n\nSecond, use:\n\n```bash\n# prints to STDOUT by default\njson-table-format ./path/to/file.json\n\n# or you can format the file in-place\njson-table-format ./path/to/file.json --overwrite\n```\n\n\n## What does it do?\n\n### JSON goes in like this\n\n```json\n{ \n    \"firstName\": {\n        \"type\": \"string\",\n        \"description\": \"The person's first name.\"\n    },\n    \"lastName\": {\n        \"type\": \"string\",\n        \"description\": \"The person's last name.\"\n    },\n    \"age\": {\n        \"description\": \"Age in years which must be equal to or greater than zero.\",\n        \"type\": \"integer\",\n        \"minimum\": 0\n    }\n}\n```\n\n### JSON comes out like this\n\n```json\n{ \n    \"firstName\": { \"type\": \"string\",  \"description\": \"The person's first name.\" },\n    \"lastName\":  { \"type\": \"string\",  \"description\": \"The person's last name.\" },\n    \"age\":       { \"type\": \"integer\", \"description\": \"Age in years which must be equal to or greater than zero.\", \"minimum\": 0 }\n}\n```\n\n\n## References\n\n- [JSON Lines](https://jsonlines.org/examples/)\n- [rhysd/fixjson](https://github.com/rhysd/fixjson)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcd%2Fjson-table-format","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftcd%2Fjson-table-format","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftcd%2Fjson-table-format/lists"}