{"id":19199494,"url":"https://github.com/gkaszewski/dictionary-generator","last_synced_at":"2026-06-12T16:32:48.226Z","repository":{"id":38009537,"uuid":"181333090","full_name":"GKaszewski/Dictionary-generator","owner":"GKaszewski","description":"A tool that generates JSON file from CSV and manages data for my game. Written in C#","archived":false,"fork":false,"pushed_at":"2023-01-21T17:23:06.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-04T12:12:02.671Z","etag":null,"topics":["csharp"],"latest_commit_sha":null,"homepage":"","language":"C#","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/GKaszewski.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}},"created_at":"2019-04-14T15:55:40.000Z","updated_at":"2023-01-21T17:23:03.000Z","dependencies_parsed_at":"2023-01-24T10:15:29.723Z","dependency_job_id":null,"html_url":"https://github.com/GKaszewski/Dictionary-generator","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GKaszewski%2FDictionary-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GKaszewski%2FDictionary-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GKaszewski%2FDictionary-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GKaszewski%2FDictionary-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GKaszewski","download_url":"https://codeload.github.com/GKaszewski/Dictionary-generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240272422,"owners_count":19775030,"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":["csharp"],"created_at":"2024-11-09T12:27:33.246Z","updated_at":"2026-06-12T16:32:43.196Z","avatar_url":"https://github.com/GKaszewski.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dictionary generator\nSimple tool for my game which converts csv data table to JSON file.\n\n![](https://user-images.githubusercontent.com/42281413/99908818-12d4c900-2ce5-11eb-9bb7-1fdb81f9b73b.png)\n\n![](https://user-images.githubusercontent.com/42281413/99908882-8f67a780-2ce5-11eb-8b01-119b10c2ee76.png)\n\n\n## Structure of CSV file\n| Spanish| English |\n|--|--|\n| álgebra | algebra |\n| arte| art|\n\n**Note**\nThe file does not actually have headers 'Spanish' and 'English'.\n\n## JSON file\n```json\n[\n  {\n    \"Spanish\": \"álgebra\",\n    \"English\": \"algebra\"\n  },\n  {\n    \"Spanish\": \"arte\",\n    \"English\": \"art\"\n  }\n]\n``` \n\n## Third party packages\n[Newtonsoft JSON](https://www.newtonsoft.com/json)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgkaszewski%2Fdictionary-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgkaszewski%2Fdictionary-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgkaszewski%2Fdictionary-generator/lists"}