{"id":29499524,"url":"https://github.com/saltechco/csv2json","last_synced_at":"2026-05-20T14:33:08.604Z","repository":{"id":193739747,"uuid":"689405522","full_name":"saltechco/csv2json","owner":"saltechco","description":"Convert CSV to JSON for Python","archived":false,"fork":false,"pushed_at":"2023-09-17T15:36:57.000Z","size":37,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-12T14:18:57.383Z","etag":null,"topics":["converter","csv","json","python","python3","saltech"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/python-csv2json/","language":"Python","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/saltechco.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}},"created_at":"2023-09-09T17:44:58.000Z","updated_at":"2024-02-27T06:03:59.000Z","dependencies_parsed_at":"2023-09-11T08:50:38.119Z","dependency_job_id":null,"html_url":"https://github.com/saltechco/csv2json","commit_stats":null,"previous_names":["saltechgroup/csv2json","saltechco/csv2json"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/saltechco/csv2json","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltechco%2Fcsv2json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltechco%2Fcsv2json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltechco%2Fcsv2json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltechco%2Fcsv2json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saltechco","download_url":"https://codeload.github.com/saltechco/csv2json/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saltechco%2Fcsv2json/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265392151,"owners_count":23757621,"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":["converter","csv","json","python","python3","saltech"],"created_at":"2025-07-15T21:01:09.915Z","updated_at":"2026-05-20T14:33:08.576Z","avatar_url":"https://github.com/saltechco.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python CSV to JSON Converter    ![Python](https://img.shields.io/static/v1?label=Python\u0026message=3.11.0\u0026color=important)\n###### based on unicode UTF-8\n\nYou can export converted json string to a file when using a csv file\n\nInstructions:\n\n- For import to your project\n\n    ```\n      import csv2json as converter\n    ```\n- For convert csv to json and export to file\n\n    ```\n      converter.csv_2_json_file(\"YOUR_CSV_FILE_PATH\")\n    ```\n- For convert csv to json as string:\n\n    ```\n      csv = \"YOUR_CSV_STRING\"\n      json = converter.csv_2_json(csv)\n      print(json) # Converted JSON String\n    ```\n  \nMinimum Python Version Requirement is **3.7.0**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaltechco%2Fcsv2json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaltechco%2Fcsv2json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaltechco%2Fcsv2json/lists"}