{"id":17193171,"url":"https://github.com/sincerelyfaust/csv_to_json","last_synced_at":"2025-09-07T14:40:29.629Z","repository":{"id":244670215,"uuid":"815918647","full_name":"SincerelyFaust/csv_to_json","owner":"SincerelyFaust","description":"A Dart script that generates a JSON file for each column inside the CSV file.","archived":false,"fork":false,"pushed_at":"2024-06-16T14:53:14.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T11:57:23.851Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Dart","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/SincerelyFaust.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["SincerelyFaust"]}},"created_at":"2024-06-16T14:25:23.000Z","updated_at":"2024-06-28T07:01:05.000Z","dependencies_parsed_at":"2024-06-16T16:34:05.616Z","dependency_job_id":"3cd02b0a-1803-49d4-9f82-d37721cfbc56","html_url":"https://github.com/SincerelyFaust/csv_to_json","commit_stats":null,"previous_names":["sincerelyfaust/csv_localized_to_json"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SincerelyFaust%2Fcsv_to_json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SincerelyFaust%2Fcsv_to_json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SincerelyFaust%2Fcsv_to_json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SincerelyFaust%2Fcsv_to_json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SincerelyFaust","download_url":"https://codeload.github.com/SincerelyFaust/csv_to_json/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245414551,"owners_count":20611367,"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":[],"created_at":"2024-10-15T01:43:26.761Z","updated_at":"2025-03-25T07:13:28.761Z","avatar_url":"https://github.com/SincerelyFaust.png","language":"Dart","funding_links":["https://github.com/sponsors/SincerelyFaust"],"categories":[],"sub_categories":[],"readme":"# csv_to_json\n\nA Dart script that generates a JSON file for each column inside the CSV file.\n\n## Usage\n\n```sh\ndart run lib/csv_to_json.dart -i example/example_file.csv -o example\n```\n\n## Example\n\n### Input CSV file\n\n```csv\nstr,hr,en\nhelloWorld,Pozdrav svijete,Hello world\nnewText,Novi tekst,New text\n```\n\n### Output\n\n- en.json\n\n```json\n{\n  \"helloWorld\": \"Hello world\",\n  \"newText\": \"New text\"\n}\n```\n\n- hr.json\n\n```json\n{\n  \"helloWorld\": \"Pozdrav svijete\",\n  \"newText\": \"Novi tekst\"\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsincerelyfaust%2Fcsv_to_json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsincerelyfaust%2Fcsv_to_json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsincerelyfaust%2Fcsv_to_json/lists"}