{"id":21833128,"url":"https://github.com/null-none/convertjsoncsv","last_synced_at":"2026-04-19T13:31:07.873Z","repository":{"id":146602120,"uuid":"67305992","full_name":"null-none/convertJsonCsv","owner":"null-none","description":"Javascript module for convert json to csv and csv to json","archived":false,"fork":false,"pushed_at":"2020-05-12T08:08:56.000Z","size":686,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-13T10:26:12.084Z","etag":null,"topics":["cvs","javascript","json","nodejs"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/convert-json-csv","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/null-none.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":"2016-09-03T18:40:43.000Z","updated_at":"2020-05-24T16:38:56.000Z","dependencies_parsed_at":"2023-06-15T07:30:33.819Z","dependency_job_id":null,"html_url":"https://github.com/null-none/convertJsonCsv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/null-none/convertJsonCsv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2FconvertJsonCsv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2FconvertJsonCsv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2FconvertJsonCsv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2FconvertJsonCsv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/null-none","download_url":"https://codeload.github.com/null-none/convertJsonCsv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2FconvertJsonCsv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32009003,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"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":["cvs","javascript","json","nodejs"],"created_at":"2024-11-27T19:28:19.968Z","updated_at":"2026-04-19T13:31:07.849Z","avatar_url":"https://github.com/null-none.png","language":"JavaScript","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=YYZQ6ZRZ3EW5C"],"categories":[],"sub_categories":[],"readme":"# convertJsonCsv\n\nJavascript module for convert formats json to csv and csv to json\n\n[![npm version](https://badge.fury.io/js/convert-json-csv.svg)](https://www.npmjs.com/package/convert-json-csv)\n\n\n## Install\n\n```bash\nnpm install convert-json-csv\n```\n\n## Tests\n\n```bash\nnpm run test\n```\n\n## Example\n\n```javascript\nvar convert = require('convert-json-csv'),\ncsv2json = convert.csv2json,\njson2csv = convert.json2csv;\n\nvar csv = 'album, year, US_peak_chart_post \\n' +\n          'Live at the Gold Dollar, 1999, - \\n' +\n          'De Stijl, 2000, - \\n' +\n          'White Blood Cells, 2001, 61 \\n' +\n          'Elephant, 2003, 6 \\n' +\n          'Get Behind Me Satan, 2005, 3 \\n' +\n          'Icky Thump, 2007, 2 \\n' +\n          'Under Great White Northern Lights, 2010, 11 \\n' +\n          'Live in Mississippi, 2011, - \\n' +\n          'The White Stripes, 2012, - \\n' +\n          'Nine Miles from the White City, 2013, - \\n';\ncsv2json(csv);\njson2csv(JSON.parse(csv2json(csv));\n```\n\n## License\n\nMIT\n\n## Donation Button\n\n[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=YYZQ6ZRZ3EW5C)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnull-none%2Fconvertjsoncsv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnull-none%2Fconvertjsoncsv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnull-none%2Fconvertjsoncsv/lists"}