{"id":25509343,"url":"https://github.com/javarome/csv4json","last_synced_at":"2026-05-05T04:06:19.780Z","repository":{"id":212177796,"uuid":"730885770","full_name":"Javarome/csv4json","owner":"Javarome","description":"Converts CSV to JSON, and vice versa.","archived":false,"fork":false,"pushed_at":"2024-06-15T17:07:57.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T12:51:11.668Z","etag":null,"topics":["conversion","csv","csv-parser","json","json-parser"],"latest_commit_sha":null,"homepage":"","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/Javarome.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-12T22:20:31.000Z","updated_at":"2024-09-06T13:52:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"820afa02-3021-4f15-9f5a-1a20b8090b66","html_url":"https://github.com/Javarome/csv4json","commit_stats":null,"previous_names":["javarome/csv4json"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Javarome%2Fcsv4json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Javarome%2Fcsv4json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Javarome%2Fcsv4json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Javarome%2Fcsv4json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Javarome","download_url":"https://codeload.github.com/Javarome/csv4json/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239627242,"owners_count":19670844,"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","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":["conversion","csv","csv-parser","json","json-parser"],"created_at":"2025-02-19T08:55:50.458Z","updated_at":"2025-11-23T01:30:13.721Z","avatar_url":"https://github.com/Javarome.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# csv4json\n\nConverts CSV to JSON, and vice versa.\n\nVanilla JS, no dependencies.\n\n## Setup\nEither install it globally:\n```\nnpm install -g @javarome/csv4json\n```\nor locally:\n```\nnpm install @javarome/csv4json\n```\n\n## Usage\n\n### CLI\n```\ncsv4json --input \u003ccsv or json file\u003e --output \u003cjson or csv file\u003e\n````\n\n### API\n\n#### Convert file\n```js\nconst converter = new Csv4Json('../test/input.csv', '../test/output.json', ',', '\\n')\nconverter.run().then(result =\u003e {\n  console.log('Written', result)\n})\n```\n#### Convert contents\n```js\nconst converter = new Csv4Json('../test/input.csv', '../test/output.json', ',', '\\n')\nconverter.run().then(result =\u003e {\n  console.log('Written', result)\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavarome%2Fcsv4json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjavarome%2Fcsv4json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjavarome%2Fcsv4json/lists"}