{"id":17116153,"url":"https://github.com/dduan/tomldecoder","last_synced_at":"2025-04-09T07:08:43.240Z","repository":{"id":34295515,"uuid":"173995094","full_name":"dduan/TOMLDecoder","owner":"dduan","description":"From TOML to Swift Codable types.","archived":false,"fork":false,"pushed_at":"2024-12-17T18:09:47.000Z","size":404,"stargazers_count":71,"open_issues_count":1,"forks_count":6,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-01T23:09:27.589Z","etag":null,"topics":["codable","swift","toml"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/dduan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2019-03-05T17:57:37.000Z","updated_at":"2025-03-26T04:43:52.000Z","dependencies_parsed_at":"2024-11-07T18:01:04.282Z","dependency_job_id":"677d77e8-c6ae-46d3-971c-f31c402b7a9b","html_url":"https://github.com/dduan/TOMLDecoder","commit_stats":{"total_commits":114,"total_committers":4,"mean_commits":28.5,"dds":0.04385964912280704,"last_synced_commit":"a70a127cab92ddcb562a548190fa3ad2a2e5f9bc"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dduan%2FTOMLDecoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dduan%2FTOMLDecoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dduan%2FTOMLDecoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dduan%2FTOMLDecoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dduan","download_url":"https://codeload.github.com/dduan/TOMLDecoder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247994121,"owners_count":21030050,"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":["codable","swift","toml"],"created_at":"2024-10-14T17:47:57.968Z","updated_at":"2025-04-09T07:08:43.219Z","avatar_url":"https://github.com/dduan.png","language":"Swift","readme":"# TOMLDecoder\n\nTOML parser for your Swift `Codable`s.\n\n```swift\nstruct Team: Codable {\n    struct Player: Codable {\n        let id: String\n        let health: Int\n        let joinDate: Date\n    }\n\n    let players: [Player]\n}\n\nlet team = try TOMLDecoder().decode(Team.self, from: tomlData)\n```\n\nTOMLDecoder has a relatively simple set of APIs. Learn more in the [introduction](Documentation/Introduction.md).\n\n[TOML]: https://toml.io/\n\n## Installation\n\n#### With [SwiftPM](https://swift.org/package-manager)\n\n```swift\n.package(url: \"https://github.com/dduan/TOMLDecoder\", from: \"0.3.1\")\n```\n\n## License\n\nMIT. See `LICENSE.md`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdduan%2Ftomldecoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdduan%2Ftomldecoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdduan%2Ftomldecoder/lists"}